-
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
[bitnami/openldap] Add autogroup overlay #74920
Comments
Looking at the Dockerfile, it is downloading https://downloads.bitnami.com/files/stacksmith/openldap-2.6.8-2-linux-amd64-debian-12.tar.gz, this is the one that would need changes to include autogroup in lib/openldap. for context, in Ubuntu when installing slapd from official repositories, the autogroup module is available by default. |
Hi! Is this module part of the official openldap source code? Or is it something that needs to be downloaded from a different repo? |
It's part of the source code! Here: |
It comes with OpenLDAP out of the box in distros like Ubuntu, not sure why the bitnami container doesn't have it. EDIT: It is part of the "contrib", so perhaps bitnami is not compiling OpenLDAP with "contrib" modules loaded? |
Name and Version
bitnami/openldap:2.6.8
What is the problem this feature will solve?
This overlay can be used to automatically update group memberships for dynamic groups (e.g. ones using slapo-dynlist).
The current bitnami 2.6.8 container of openldap does not contain this module in
/opt/bitnami/openldap/lib/openldap/
, so it can't be loaded.What is the feature you are proposing to solve the problem?
Include slapo-autogroup in /opt/bitnami/openldap/lib/openldap/
The text was updated successfully, but these errors were encountered: