diff options
author | Rob Crittenden <rcritten@redhat.com> | 2009-03-19 15:40:50 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-03-20 09:28:09 -0400 |
commit | a55c5d6bcd0927091e54399c8cf5c1ad671f0e82 (patch) | |
tree | cbc677793a5065b95150452f9b71255f42b08064 /install | |
parent | 5e2e3fd17dd16bbbd76b2f07292204864120d196 (diff) | |
download | freeipa-a55c5d6bcd0927091e54399c8cf5c1ad671f0e82.tar.gz freeipa-a55c5d6bcd0927091e54399c8cf5c1ad671f0e82.tar.xz freeipa-a55c5d6bcd0927091e54399c8cf5c1ad671f0e82.zip |
New plugin to handle role groups
Role groups will be part of the ACI system. It will let one create broad
categories of permissions. Things like: helpdesk, user admin, group admin,
whatever.
Diffstat (limited to 'install')
-rw-r--r-- | install/updates/rolegroup.update | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/install/updates/rolegroup.update b/install/updates/rolegroup.update new file mode 100644 index 000000000..ef8cd7890 --- /dev/null +++ b/install/updates/rolegroup.update @@ -0,0 +1,5 @@ +# Add the rolegroup container + +dn: cn=rolegroups,cn=accounts,$SUFFIX +add:objectClass: nsContainer +add:cn: rolegroups |