Issue #559 has been reported by Anthony Glidic.

----------------------------------------
Bug #559: ldap-bind
http://tools.lsc-project.org/issues/559

Author: Anthony Glidic
Status: New
Priority: Normal
Assigned to: 
Category: 
Target version: 


Hello,
i have this issue:
PHP Warning:  ldap_bind(): Unable to bind to server: Can't contact LDAP server 
in /usr/share/self-service-password/pages/change.php on line 89, referer: 
https://loganalyser.service.ssi.example.com/selfpassword/index.php

here is my config.php
$ldap_url = "ldaps://10.180.187.243:636/";
$ldap_binddn = "cn=Manager,dc=ssi,dc=example,dc=com";
$ldap_bindpw = "secret";

i already try to make an ldapsearch -x -D "cn=Manager,dc=ssi,dc=example,dc=com" 
-H ldaps://10.180.187.243:636/ -W and enter the password it works.

I also try to modify the config.php to use the user way and i still have this 
error.

I don't understand why.
I put another self-service-password platform in my test environement and it 
works well. 


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

Reply via email to