hi I am trying to connect to a ldap server running under linux.
I have configured IIS and copied php_ldap.dll to c:\winnt\system32 folder.
Now I am able to connect to ldap server but I get an error in ldap_bind. I used the same code given in php manual for ldap connect. The error is
LDAP query test
Connecting ...connect result is Resource id #1
Binding ...
Warning: ldap_bind(): Unable to bind to server: Can't contact LDAP server in C:\Inetpub\wwwroot\myportal\loginaction.php on line 13
Bind result is
what is wrong???