diff options
author | Nathan Kinder <nkinder@redhat.com> | 2008-06-05 19:11:50 +0000 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2008-06-05 19:11:50 +0000 |
commit | 8e5ffeea07a7c43b121cdc6c12f74e68cf02e045 (patch) | |
tree | 2c1bf515fb042f07b703c74932848e842a8137cc | |
parent | 0edcce771f60889c4f9a11063fe4bb46a1c07f87 (diff) | |
download | ds-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.in | 11 |
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 |