Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong olcSuffix and olcRootDN #363

Open
jelmd opened this issue Oct 16, 2019 · 1 comment
Open

Wrong olcSuffix and olcRootDN #363

jelmd opened this issue Oct 16, 2019 · 1 comment

Comments

@jelmd
Copy link

jelmd commented Oct 16, 2019

When creating the container using e.g. --env LDAP_BASE_DN=o=inet --env LDAP_DOMAIN=inet the ldap server gets configured with olcSuffix: dc=inet and olcRootDN: cn=admin,dc=inet. This is a bug. Access rules are ok, e.g. olcAccess: {1}to * by self read by dn="cn=admin,o=inet" write by * none.

IMHO the LDAP_DOMAIN env should be dropped completely - the concept is simply wrong and buys nothing but confusion and bugs.

@obourdon
Copy link
Contributor

@jelmd seem like you have hit one of the numerous issues linked to these variables. This is why I had created a discussion issue which sums up all these as well as some fix I made to do stronger checking on coherency between all these env variables values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants