-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update OpenLDAP container readme for environment variables. #49583
Conversation
The OpenLDAP server itself needs to have a LDAP_Root (aka suffix) and LDAP_ADMIN_DN (aka BindDN) to communicate with the MariaDB container. The equivalent settings are set on MariaDB but not OpenLDAP. This also means that a unfamiliar user may change the MariaDB settings to their own FQDN, but the OpenLDAP server will not reflect this, and lead to frustration of login. Signed-off-by: Bob M <108097756+okbobm@users.noreply.github.com>
Update README.md for OpenLDAP container
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @okbobm
Those values are the defaults for LDAP_ROOT
and LDAP_ADMIN_DN
so they shouldn't be required. Did you face any issue without them?
I'm suggesting adding those variables into the example even if they are the default (perhaps comment as such), as the docker commands will run successfully the first time however the second time with custom domain values (changing the corresponding values in the Maria docker command line), users will struggle to understand that the variables need to be changed on the docker command for the openldap server implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description of the change
Benefits
Possible drawbacks
Applicable issues
Additional information