Skip to content

Commit

Permalink
Fix typo in "Subordinate ID Selfservice User" role
Browse files Browse the repository at this point in the history
The description of "Subordinate ID Selfservice User" role had
'subordiante' instead of 'subordinate'.

This patch corrects the default value and adds a replace to fix
existing deployments.

Related: https://pagure.io/freeipa/issue/9418

Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
  • Loading branch information
rjeffman authored and flo-renaud committed Aug 21, 2023
1 parent 3354918 commit 82b129f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/updates/73-subid.update
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ default:objectClass: groupofnames
default:objectClass: nestedgroup
default:objectClass: top
default:cn: Subordinate ID Selfservice User
default:description: User that can self-request subordiante ids
default:description: User that can self-request subordinate ids
replace:description: User that can self-request subordiante ids::User that can self-request subordinate ids
# default: member: cn=ipausers,cn=groups,cn=accounts,$SUFFIX

dn: cn=Subordinate ID Selfservice Users,cn=privileges,cn=pbac,$SUFFIX
Expand Down

0 comments on commit 82b129f

Please sign in to comment.