From 6fa330662ad1df7f95ba7ce758fdd03d4527abe4 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 16 Mar 2009 17:33:14 -0400 Subject: Add taskgroups plugin Taskgroups are what we grant permission to with the new ACI system. --- install/updates/Makefile.am | 1 + install/updates/taskgroup.update | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 install/updates/taskgroup.update (limited to 'install') diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index 009e2aae..6a8faab8 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -11,6 +11,7 @@ app_DATA = \ RFC4876.update \ netgroups.update \ policy.update \ + taskgroups.update \ winsync_index.update \ $(NULL) diff --git a/install/updates/taskgroup.update b/install/updates/taskgroup.update new file mode 100644 index 00000000..858da3cf --- /dev/null +++ b/install/updates/taskgroup.update @@ -0,0 +1,5 @@ +# Add the taskgroup container + +dn: cn=taskgroups,$SUFFIX +add:objectClass: nsContainer +add:cn: taskgroups -- cgit