Clément "KPTN" OUDOT
Clément "KPTN" OUDOT
Hello @ranyhs I was able to access to an Active Directory today. I used this configuration: ```php $ldap_url = "ldaps://ad.example.com"; $ldap_starttls = false; $ldap_binddn = "cn=system,ou=system,dc=example,dc=com"; $ldap_bindpw = "Secret"; $ldap_base...
Sorry to repeat myself but "Constraint violation" is most of the time returned because password value is too weak. And you should try to use the latest stable version (1.4.1)
Any idea on how automatize it?
See if we can resolve this before closing this issue: https://github.com/ltb-project/self-service-password/pull/675#issuecomment-1181809461
I am not surewe should implement this. There should not be duplicate user identifiers in the directory.
I'm not sure SSP should be an application to use to update all information user entry. You can use something like FusionDirectory to offer a web interface to update information....
This is indeed a new feature, we will see how to implement it.
I postpone this issue as we will not have time to do it for 1.5
Thanks a lot, I will look at it.
@Kage and @plewin, do you think you will have time to work on this feature?