-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
LDAP groups should be in a different OU than users #19716
Comments
Thanks for reporting this issue. Would you like to contribute by creating a PR to solve the issue? The Bitnami team will be happy to review it and provide feedback. Here you can find the contributing guidelines. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Signed-off-by: barsikus007 <[email protected]>
Signed-off-by: barsikus007 <[email protected]>
@dgomezleon @barsikus007 this issue was not fixed. The env var was changed but the group created is still in
There should be a |
Fix remaining bug leading to groups being in the LDAP_USER_OU instead of LDAP_GROUP_OU. bitnami#19716 Signed-off-by: jamshid <[email protected]>
Here's the bug -- group creation is still referencing LDAP_USER_OU: containers/bitnami/openldap/2.6/debian-12/rootfs/opt/bitnami/scripts/libopenldap.sh Line 579 in 278116b
I made a PR @dgomezleon @barsikus007 lmk if any problems: |
Fix remaining bug leading to groups being in the LDAP_USER_OU instead of LDAP_GROUP_OU. #19716 Signed-off-by: jamshid <[email protected]>
Thanks @alvneiayu for merging the PR. Any idea when a new bitnami/openldap image build (2.6.10?) will be available? |
The latest tags were pushed some hours ago, see https://hub.docker.com/r/bitnami/openldap/tags |
Thanks @carrodher but is there something else that has to be done to get the change into
|
Ah this bitnami-bot commit reverted my change. IDK why. Just asked on the commit. Maybe it is rebuilding 2.6.9 for some reason and doesn't want to introduce a change. But seems it shouldn't break/revert what's on main.
|
Hi @jamshid No worries, I will fix it. Sorry for the inconveniences Alvaro |
here we go @jamshid Sorry for the noise. My fault. Now the container is already released. And again, thanks a lot for your contribution. |
Thanks @alvneiayu! I confirmed |
Fix remaining bug leading to groups being in the LDAP_USER_OU instead of LDAP_GROUP_OU. bitnami#19716 Signed-off-by: jamshid <[email protected]>
Name and Version
bitnami/openldap:2.6
What steps will reproduce the bug?
Create an LDAP container with a user and group, why are groups in the same OU as users?
What is the expected behavior?
Groups should be under a different ou, not users or people right? E.g.
https://serverfault.com/questions/87079/openldap-posix-groups-account
Please add a LDAP_GROUP_OU similar to LDAP_USER_DC and use that in the template.
Btw LDAP_USER_DC should probably be renamed to "LDAP_USER_OU", since it defaults to ou=users not a dc?
What do you see instead?
dn: cn=mygroup,ou=users,dc=example,dc=org
Additional information
this originally came up in https://github.com/bitnami/bitnami-docker-openldap/issues/2
The text was updated successfully, but these errors were encountered: