From a55c5d6bcd0927091e54399c8cf5c1ad671f0e82 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 19 Mar 2009 15:40:50 -0400 Subject: 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. --- install/updates/rolegroup.update | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 install/updates/rolegroup.update (limited to 'install/updates') diff --git a/install/updates/rolegroup.update b/install/updates/rolegroup.update new file mode 100644 index 00000000..ef8cd789 --- /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 -- cgit