Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LDAP over SSL with PHP

Status
Not open for further replies.

mlara

Programmer
Oct 22, 2001
32
CO
I have the follow php code:

$ldap_r=@ldap_connect("ldaps://hostname", 636);
$r=ldap_bind($ldap_r);

later, I obtain the follow message:

Warning: LDAP: Unable to bind to server: Can't contact LDAP server in /path/filename.php on line 30

?

Thanks for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top