31
Dear All:
Thanks for your hard work.
I follow these discussion , and try to modify my XOOPS site in my company to integrate the authencation of XOOPS(2.0.9.2) and AD (windows 2000).
I download your latest file, and modify code step by step follow your manual.
I can't success, so I turn the XOOPS's debug mode, see the error message below, please give me your help. Thank you very much.
--------------------
This page cannot be displayed due to an internal error.
If you are the administrator of this site, please visit the XOOPS Troubleshooting Page for assistance.
Warning [PHP]: ldap_bind(): Unable to bind to server: Can't contact LDAP server in file C:\web\include\authenticationservices\ad.php line 266
Warning [PHP]: ldap_search(): Search: Can't contact LDAP server in file C:\web\include\authenticationservices\ad.php line 267
Error [Xoops]: Can't contact LDAP server in file C:\web\include\authenticationservices\ad.php line 285
-----------------------
and I check the ad.php, I found the line 266 include those code, would you please tell me how do I modify it? and what is the meaning of it?
----------------
$ldapbind = ldap_bind($ds,"MERCIER Benoit(DIGIT)","nicNAC22");
-----------------