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:
parent
6bc80feaf7
commit
d9e3679f2d
|
|
@ -576,7 +576,7 @@ EOF
|
||||||
done
|
done
|
||||||
cat >> "${LDAP_SHARE_DIR}/tree.ldif" << EOF
|
cat >> "${LDAP_SHARE_DIR}/tree.ldif" << EOF
|
||||||
# Group creation
|
# 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
|
cn: $LDAP_GROUP
|
||||||
objectClass: groupOfNames
|
objectClass: groupOfNames
|
||||||
# User group membership
|
# User group membership
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue