MLUG: [MLUG] ldap_bind Question
[MLUG] ldap_bind Question
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi,
 
I am trying to connect to the ldap server securely using
 
$ldapconn=ldap_connect ("ldaps://ldap.missouri.edu/") ;
 
the connection is fine but i am unable to bind to server, php is giving warning,  PHP Warning:  ldap_bind():  Unable to bind to server: Can't contact LDAP server .
 
The connection and binding are working fine when i connect to the ldap server at default port
 
$ldapconn = ldap_connect( "ldap.missouri.edu",389);
 
I am using Apache/2.0.48 (Win32) PHP/4.3.3 .I am unable to figure out where exactly the problem is,can anyone suggest me how to proceed?
 
Thanks,
 
Sagar Chada.
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members