You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2021. It is now read-only.
This operation is necessary cause the automaton use the ldapadmin password defined in the obm database. However in the ldap role we define a password for ldapadmin. So we have 2 choices :
1/ Either we set in the slapd.conf template the SSHA footprint containing the default ldapadmin usersystem_password
2/ Or on the ldap role, we define a task which updates the ldaproot passwd directly in the database.
On the point 2/, we have to setup the openldap-clients packages or develop a postgresql module which launches SQL queries.
The point 1/ is the fastest solution to implement