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] Add autogroup overlay #74920

Open
davidfrickert opened this issue Nov 15, 2024 · 4 comments
Open

[bitnami/openldap] Add autogroup overlay #74920

davidfrickert opened this issue Nov 15, 2024 · 4 comments

Comments

@davidfrickert
Copy link

davidfrickert commented Nov 15, 2024

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/

@davidfrickert
Copy link
Author

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.

@javsalgar
Copy link
Contributor

Hi!

Is this module part of the official openldap source code? Or is it something that needs to be downloaded from a different repo?

@davidfrickert
Copy link
Author

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:
https://github.com/openldap/openldap/tree/master/contrib/slapd-modules/autogroup

@davidfrickert
Copy link
Author

davidfrickert commented Nov 19, 2024

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?

@github-actions github-actions bot removed the triage Triage is needed label Nov 20, 2024
@github-actions github-actions bot assigned fmulero and unassigned javsalgar Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants