Skip to content

LDAP_DOMAIN and LDAP_BASE_DN discrepancy #172

Open
@dolanor

Description

@dolanor

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…

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions