summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2008-06-05 19:11:50 +0000
committerNathan Kinder <nkinder@redhat.com>2008-06-05 19:11:50 +0000
commit8e5ffeea07a7c43b121cdc6c12f74e68cf02e045 (patch)
tree2c1bf515fb042f07b703c74932848e842a8137cc
parent0edcce771f60889c4f9a11063fe4bb46a1c07f87 (diff)
downloadds-8e5ffeea07a7c43b121cdc6c12f74e68cf02e045.tar.gz
ds-8e5ffeea07a7c43b121cdc6c12f74e68cf02e045.tar.xz
ds-8e5ffeea07a7c43b121cdc6c12f74e68cf02e045.zip
Resolves: 450107
Summary: Added memberOf plug-in config entry to dse.ldif template.
-rw-r--r--ldap/ldif/template-dse.ldif.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/ldap/ldif/template-dse.ldif.in b/ldap/ldif/template-dse.ldif.in
index ca3dd542..ad6933a4 100644
--- a/ldap/ldif/template-dse.ldif.in
+++ b/ldap/ldif/template-dse.ldif.in
@@ -398,6 +398,17 @@ nsslapd-plugin-depends-on-type: database
nsslapd-plugin-depends-on-named: Multimaster Replication Plugin
nsslapd-plugin-depends-on-named: Class of Service
+dn: cn=MemberOf Plugin,cn=plugins,cn=config
+objectClass: top
+objectClass: nsSlapdPlugin
+objectClass: extensibleObject
+cn: MemberOf Plugin
+nsslapd-pluginpath: libmemberof-plugin
+nsslapd-plugininitfunc: memberof_postop_init
+nsslapd-plugintype: postoperation
+nsslapd-pluginenabled: off
+nsslapd-plugin-depends-on-type: database
+
dn: cn=Multimaster Replication Plugin,cn=plugins,cn=config
objectclass: top
objectclass: nsSlapdPlugin