Skip to content

Commit

Permalink
typo on rtsUser role name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouly authored Sep 9, 2024
1 parent ffc3249 commit 1da3a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authentication/AzureAD/generate-user-group-mgt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ XML_CONTENT="<dc-usermanagement>"
echo "Generating XML for roles and groups..."

for group_name in $GROUP_NAMES; do
XML_CONTENT+="\n <group name=\"$group_name\" roles=\"rts_users\"/>"
XML_CONTENT+="\n <group name=\"$group_name\" roles=\"rtsUser\"/>"
done

# Process users
Expand Down Expand Up @@ -147,4 +147,4 @@ XML_CONTENT+="\n</dc-usermanagement>"
echo "Writing XML to output file..."
echo -e "$XML_CONTENT" > usermanagement.xml

echo "Script completed. XML file 'usermanagement.xml' generated successfully."
echo "Script completed. XML file 'usermanagement.xml' generated successfully."

0 comments on commit 1da3a72

Please sign in to comment.