Clément "KPTN" OUDOT
Clément "KPTN" OUDOT
You can configure LDAP filter to get the user with uid or mail: ```php $ldap_filter = (&(objectClass=person)(|(uid={login})(mail={login}))) ``` With this, user can enter either mail or uid to change or...
Maybe you need more posthook arguments, like what is described in #249
With AD, old password can still be valid for some time, but new password should work directly, unless you are in a replicated environment (there may be some delay to...
We would need the log on server side, in web server error log
Enable debug and check apache error log
``` ldap_url_parse_ext(ldap://localhost/) ``` I don't think your LDAP server is on localhost in your docker
You need to mount your configuration as docker volume, not edit the built-in config. See https://self-service-password.readthedocs.io/en/v1.4.5/installation.html#docker
Read the doc and the warning here: https://self-service-password.readthedocs.io/en/v1.4.5/config_general.html#configuration-files
> where i can change ldap_url_parse_ext(ldap://localhost/) ? This should be with configuration. There must be an error in your configuration, you LDAP server URL is not taken into account.
What is missing in current implementation? What do you want to add?