Issue #332 has been updated by Clément OUDOT.
Hi, the last message is saying that you need SSL to change the password, which is normal. This also tell us that the LDAP is reached by SSP. So the initial problem must be a SSL problem. You should try to configure your LDAP client library in your system to accept the AD certificate. See TLS_REQCERT option explained here: http://ltb-project.org/wiki/documentation/self-service-password/latest/config_ldap ---------------------------------------- Bug #332: Cannot access to LDAP directory http://tools.lsc-project.org/issues/332 Author: WMI Admin Status: New Priority: Normal Assigned to: Clément OUDOT Category: Self Service Password Target version: SSP in general work fine, but periodically our stuff get the error: *Cannot access to LDAP directory* *debug=true* <pre> Warning: ldap_bind() [function.ldap-bind]: Unable to bind to server: Can't contact LDAP server in /home/ssp/0.6/pages/change.php on line 84 </pre> *php.log* <pre> [19-Aug-2011 21:03:06] LDAP - Bind error -1 (Can't contact LDAP server) </pre> *pages/change.php* <pre> sed '84q;d' /home/ssp/0.6/pages/change.php </pre> <pre> $bind = ldap_bind($ldap, $ldap_binddn, $ldap_bindpw); </pre> Why this might happen ? How I can debug this ? Maybe a chache or php sessions or somethings else. Thank you. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
