Skip to content

Commit

Permalink
Update libopenldap.sh group DN to fix issue 19716 (#77099)
Browse files Browse the repository at this point in the history
Fix remaining bug leading to groups being in the LDAP_USER_OU instead of LDAP_GROUP_OU. #19716

Signed-off-by: jamshid <jamshid69@gmail.com>
  • Loading branch information
jamshid authored Feb 10, 2025
1 parent 6bc80fe commit d9e3679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9e3679

Please sign in to comment.