Hi,

I am trying to make horde's module passwd let users change their passwords.

In the configuration file of the moduke there are two options for ldap :

- ldap : this option uses the users credentials to modify the password (the user change his password with his credentials).
 
- ldapadmin : this option uses the admin, such as the Directory Manager to modify the user's password.

the first one, didn't work for me, I get in the horde log : could not replace userPassword attribute, LDAP server : constraint violation.

the second one worked.

In the error log of 389DS, I didn't find any useful error message.

PS : tls is enabled.


any idea?


Regards.