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

[bitnami/openldap] (Documentation Request) Add debug instructions to example setup #76862

Open
excavator-matt opened this issue Feb 4, 2025 · 1 comment · May be fixed by #76871
Open

[bitnami/openldap] (Documentation Request) Add debug instructions to example setup #76862

excavator-matt opened this issue Feb 4, 2025 · 1 comment · May be fixed by #76871
Assignees

Comments

@excavator-matt
Copy link

Name and Version

bitnami/openldap:2.6.9

What is the problem this feature will solve?

It would lower the entry bar for using this container and make the world a kinder place.

In my case, I am trying to run this app and mock its LDAP service using this container. However, the app still complains that it can't find the LDAP service.

I am not sure if the issue is my configuration, the app or the LDAP container. By giving an example of what should work, I can conclude that there is nothing wrong with the LDAP container.

What is the feature you are proposing to solve the problem?

Adding a terminal command that verifies that the docker-compose service works as expected in the docker-compose section

GitHub Copilot suggested

ldapsearch -x -H ldap://localhost:389 -D "cn=admin,dc=example,dc=com" -w adminpassword -b "dc=example,dc=com"

But this did not work (ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1))

I tried changing form ldap://localhost:389 to ldap://openldap:1389 to match what I think the example config does, but no success :(

What alternatives have you considered?

No response

@carrodher
Copy link
Member

Thank you for opening this issue and submitting the associated Pull Request. Our team will review and provide feedback. Once the PR is merged, the issue will automatically close.

Your contribution is greatly appreciated!

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