2011/5/20 MEKLAT Jonathan <[email protected]> > > Hello all, > > I try to set up the solution Self-service Password with an Active Directory > but I meet problems. > I believed to understand that it was necessary to be in > LDAPS://servername:(636) to be able to change the password with the > application. > > It is there that appears my problem given that I can't change the active > directory password. > Logins is found well but the change of password is made and several errors > generate. > > I installed a certificate of security on the controller of domain to allow > the connection ldaps, but it's not possible since my server accommodating > Self-service Password. > > I use Debian 5. > > Would you have a complete procedure to set up this solution with active > directory please? > > Thank you by advance > > PS : Errors: > > Warning: ldap_connect() [function.ldap-connect]: Could not create session > handle: Bad parameter to an ldap routine > in/var/www/password/pages/change.php on line 62 > Warning: ldap_set_option(): supplied argument is not a valid ldap link > resource in /var/www/password/pages/change.php on line 63 > Warning: ldap_set_option(): supplied argument is not a valid ldap link > resource in /var/www/password/pages/change.php on line 64 > Warning: ldap_bind() expects parameter 1 to be resource, boolean given > in /var/www/password/pages/change.php on line 68 > Warning: ldap_errno(): supplied argument is not a valid ldap link resource > in /var/www/password/pages/change.php on line 73 > Warning: ldap_search(): supplied argument is not a valid ldap link resource > in /var/www/password/pages/change.php on line 81 > Warning: ldap_errno(): supplied argument is not a valid ldap link resource > in /var/www/password/pages/change.php on line 83 > Warning: ldap_first_entry(): supplied argument is not a valid ldap link > resource in /var/www/password/pages/change.php on line 90 > Warning: ldap_get_dn(): supplied argument is not a valid ldap link resource > in /var/www/password/pages/change.php on line 91
Hello Jonathan, first you should subscribe to the list to get all answers. When I read your logs I see: Warning: ldap_connect() [function.ldap-connect]: Could not create session handle: Bad parameter to an ldap routine in/var/www/password/pages/change.php on line 62 The LDAP URL you configured seems wrong. Please read this doc to get all information: http://ltb-project.org/wiki/documentation/self-service-password/0.5/config_ldap Clément. _______________________________________________ ltb-users mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-users
