You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm guessing the paths to slapd.conf and saslauthd.conf are probably wrong. I got the config from the openldap admin documentation (https://www.openldap.org/doc/admin26/guide.html#Pass-Through%20authentication), however there is no clear guidance on how to accomplish that with the bitnami openldap container. I would appreciate some help on this.
thanks a lot
The text was updated successfully, but these errors were encountered:
Hi, the issue may not be directly related to the Bitnami container image, but rather to how the application is being utilized, configured in your specific environment, or tied to a particular scenario that is not easy to reproduce on our side.
If you think that's not the case and would like to contribute a solution, we'd like to invite you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Please feel free to contact us if you have any questions or need assistance.
If you have any questions regarding the application, customizing its content, or utilizing technology and infrastructure, we strongly recommend that you consult the forums and user guides provided by the project responsible for the application or technology.
With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.
As far as I can tell, saslauthd does not seem to exist in the bitnami openldap container which is required in order to use pass-through authentication. Could someone point me in the right direction on how I could enable that.
Name and Version
bitnami/openldap:2.6
What architecture are you using?
amd64
What steps will reproduce the bug?
Using the following docker-compose.yml file:
The contents of slapd.conf are as follows:
The contents of saslauthd.conf are as follows:
Added a user that already exists in domain.tld in openldap with the following password:
{SASL}[email protected]
What is the expected behavior?
I expect a successful authentication to domain.tld
What do you see instead?
Instead I get the following error:
Additional information
I'm guessing the paths to slapd.conf and saslauthd.conf are probably wrong. I got the config from the openldap admin documentation (https://www.openldap.org/doc/admin26/guide.html#Pass-Through%20authentication), however there is no clear guidance on how to accomplish that with the bitnami openldap container. I would appreciate some help on this.
thanks a lot
The text was updated successfully, but these errors were encountered: