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.
$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.