Open
Description
Hello,
Running containers from scratch with 2 settings would result in different results.
- LDAP_DOMAIN=domain.com would create cn=admin,dc=domain,dc=com
- LDAP_BASE_DN=dc=domain,dc=com would create cn=admin,dc=example,dc=org
It seems if we set the LDAP_BASE_DN ourselves, it doesn't generate the LDAP base correctly.
I tried to investigate and the max I could see is that on that step in startup script the 02-security.ldif is well provisioned with the good LDAP_BASE_DN value. So I don't know what make the system create the default example.org admin account, but it must be around there…