2012/5/14 Sven Amme <[email protected]>: > Hallo Clément, > Hello Sven,
please register to ltb-users mailing list to get answers. > Thank you for your quick response. I have copied the certificate file to > /etc/ssl/certs/ and add the following line in the ldap.conf > > TLS_CACERT /etc/ssl/certs/ostedc1.oste.de_ostedc1.crt > > > I continue to adapt the LDAP URL in the config.inc.php file: > > $ldap_url = ldaps://192.168.0.2; > > But I can not get into the LDAP: - Error: > ldap_bind() [function.ldap-bind]: Unable to bind to server: Can't contact > LDAP server in /opt/self-service-password/pages/change.php on line 84 > I am sure that the user ($ldap_binddn) and the password ($ldap_bindpw) is > correct. > Can you give me a hint, what have I forgotten It just says that your LDAP Directory is not reachable from your PHP server. You can check it with telnet : telnet 192.168.0.2 636 If it do not work, solve this network problem first. Clément. _______________________________________________ ltb-users mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-users
