diff options
author | Rob Crittenden <rcritten@redhat.com> | 2011-02-22 09:21:14 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-02-22 10:02:24 -0500 |
commit | ac68ea3c6c633206a01db5a0b74b994ab0c29093 (patch) | |
tree | d487970c5be168dc5ade13d91cc0367ba2343c23 /install/share | |
parent | 79d22f8341026450ba7ca564e24812c9351c7e70 (diff) | |
download | freeipa-ac68ea3c6c633206a01db5a0b74b994ab0c29093.tar.gz freeipa-ac68ea3c6c633206a01db5a0b74b994ab0c29093.tar.xz freeipa-ac68ea3c6c633206a01db5a0b74b994ab0c29093.zip |
Add default roles and permissions for HBAC, SUDO and pw policy
Created some default roles as examples. In doing so I realized that
we were completely missing default rules for HBAC, SUDO and password
policy so I added those as well.
I ran into a problem when the updater has a default record and an add
at the same time, it should handle it better now.
ticket 585
Diffstat (limited to 'install/share')
-rw-r--r-- | install/share/delegation.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/delegation.ldif b/install/share/delegation.ldif index a15c9ec77..02dc850af 100644 --- a/install/share/delegation.ldif +++ b/install/share/delegation.ldif @@ -42,7 +42,7 @@ changetype: add objectClass: top objectClass: groupofnames objectClass: nestedgroup -cn: entitlements +cn: Entitlement Management description: Entitlements administrator dn: cn=Entitlement Compliance,cn=roles,cn=accounts,$SUFFIX |