Skip to content

Commit

Permalink
Update libopenldap.sh group DN to fix issue 19716
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 <[email protected]>
  • Loading branch information
jamshid authored Feb 8, 2025
1 parent 278116b commit b435d5d
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 b435d5d

Please sign in to comment.