That indeed works! Thanks If I set
$who_change_password = "manager"; I get .. [Wed Apr 15 12:58:20 2015] [error] [client 192.168.0.165] PHP Warning: ldap_mod_replace(): Modify: Server is unwilling to perform in /usr/share/self-service-password/lib/functions.inc.php on line 275, referer: http://ssp.peerius.local/ [Wed Apr 15 12:58:20 2015] [error] [client 192.168.0.165] LDAP - Modify password error 53 (Server is unwilling to perform), referer: http://ssp.peerius.local/ If I set $who_change_password = "user"; I get [Wed Apr 15 13:00:03 2015] [error] [client 192.168.0.165] Cannot modify AD password as user, referer: http://ssp.peerius.local/ And on the front end I get Password was refused by the LDAP directory DO you think there is a problem with values I set in $ldap_binddn = "cn=Alessandro Bazoli - Admin,ou=London,dc=peerius,dc=local"; $ldap_bindpw = "password for user above"; ? I check several times and those are correct, that is the admin user for AD. -----Original Message----- From: Clément OUDOT [mailto:[email protected]] Sent: 15 April 2015 12:42 To: Alessandro Bazoli Cc: [email protected] Subject: Re: [Ltb-users] ldap_bind : unbale to bind to server 2015-04-15 13:39 GMT+02:00 Alessandro Bazoli <[email protected]<mailto:[email protected]>>: > I feel probably I haven’t edit properly the 3 red/bold coded > variables below Indeed, try : $ldap_login_attribute = "sAMAccountName"; Clément.
_______________________________________________ ltb-users mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-users
