mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 23:10:53 +08:00
Update libopenldap.sh group DN to fix issue 19716 (#77099)
Fix remaining bug leading to groups being in the LDAP_USER_OU instead of LDAP_GROUP_OU. https://github.com/bitnami/containers/issues/19716 Signed-off-by: jamshid <jamshid69@gmail.com>
This commit is contained in:
@@ -576,7 +576,7 @@ EOF
|
||||
done
|
||||
cat >> "${LDAP_SHARE_DIR}/tree.ldif" << EOF
|
||||
# Group creation
|
||||
dn: ${LDAP_GROUP/#/cn=},${LDAP_USER_OU/#/ou=},${LDAP_ROOT}
|
||||
dn: ${LDAP_GROUP/#/cn=},${LDAP_GROUP_OU/#/ou=},${LDAP_ROOT}
|
||||
cn: $LDAP_GROUP
|
||||
objectClass: groupOfNames
|
||||
# User group membership
|
||||
|
||||
Reference in New Issue
Block a user