2015-04-15 14:12 GMT+02:00 Alessandro Bazoli <alessandro.baz...@peerius.com>:
> 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.


Indeed, my fault, with PHP and AD you are forced to change the
password as manager.

The error you get with manager is because the password is not accepted
by AD. Try to set a more complex password.



Clément.
_______________________________________________
ltb-users mailing list
ltb-users@lists.ltb-project.org
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to