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

Update OpenLDAP container readme for environment variables. #49583

Merged
merged 3 commits into from
Sep 25, 2023

Conversation

okbobm
Copy link
Contributor

@okbobm okbobm commented Sep 22, 2023

Description of the change

Benefits

Possible drawbacks

Applicable issues

  • fixes #

Additional information

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
Copy link
Collaborator

@fmulero fmulero left a 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?

@okbobm
Copy link
Contributor Author

okbobm commented Sep 25, 2023

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.

Copy link
Collaborator

@fmulero fmulero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fmulero fmulero added the verify Execute verification workflow for these changes label Sep 25, 2023
@fmulero fmulero merged commit 5bc4933 into bitnami:main Sep 25, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openldap solved verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants