summaryrefslogtreecommitdiffstats
path: root/ldap/ldif
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-04-01 16:38:53 -0700
committerNathan Kinder <nkinder@redhat.com>2010-04-05 08:11:34 -0700
commit1f56658556ff4987a0f870b279dbb4dccecfff8d (patch)
tree875f5058754f16e9cd87a527f567d6013feef143 /ldap/ldif
parent4b520bfed95c10ecf9239f7a42f3fb38b673d203 (diff)
downloadds-1f56658556ff4987a0f870b279dbb4dccecfff8d.tar.gz
ds-1f56658556ff4987a0f870b279dbb4dccecfff8d.tar.xz
ds-1f56658556ff4987a0f870b279dbb4dccecfff8d.zip
Add managed entries plug-in
This adds a new managed entries plug-in. This plug-in allows one to have the Directory Server automatically maintain a set of entries that are based off of another type of entry (such as user private group entries based off of user entries). For more details, see the design document at: http://directory.fedoraproject.org/wiki/Managed_Entry_Design
Diffstat (limited to 'ldap/ldif')
-rw-r--r--ldap/ldif/template-dse.ldif.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/ldap/ldif/template-dse.ldif.in b/ldap/ldif/template-dse.ldif.in
index 8aa1b0b7..ca2ede8a 100644
--- a/ldap/ldif/template-dse.ldif.in
+++ b/ldap/ldif/template-dse.ldif.in
@@ -690,6 +690,18 @@ nsslapd-plugintype: preoperation
nsslapd-pluginenabled: on
nsslapd-plugin-depends-on-type: database
+dn: cn=Managed Entries,cn=plugins,cn=config
+objectclass: top
+objectclass: nsSlapdPlugin
+objectclass: extensibleObject
+objectclass: nsContainer
+cn: Managed Entries
+nsslapd-pluginpath: libmanagedentries-plugin
+nsslapd-plugininitfunc: mep_init
+nsslapd-plugintype: preoperation
+nsslapd-pluginenabled: on
+nsslapd-plugin-depends-on-type: database
+
dn: cn=Pass Through Authentication,cn=plugins,cn=config
objectclass: top
objectclass: nsSlapdPlugin