diff options
author | Nathan Kinder <nkinder@redhat.com> | 2008-06-19 15:18:20 +0000 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2008-06-19 15:18:20 +0000 |
commit | 0895c26fcf5eedda8064bed59df46b8f60017d6d (patch) | |
tree | 9c732fba0ffcc3b7e3db0885658e67d12a7b233d /ldap/ldif | |
parent | 7d484eae318edd044de5d271abb7ed003f0878cb (diff) | |
download | ds-0895c26fcf5eedda8064bed59df46b8f60017d6d.tar.gz ds-0895c26fcf5eedda8064bed59df46b8f60017d6d.tar.xz ds-0895c26fcf5eedda8064bed59df46b8f60017d6d.zip |
Resolves: 450989
Summary: Make memberOf plug-in attributes configurable.
Diffstat (limited to 'ldap/ldif')
-rw-r--r-- | ldap/ldif/template-dse.ldif.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ldap/ldif/template-dse.ldif.in b/ldap/ldif/template-dse.ldif.in index ad6933a4..ef71a189 100644 --- a/ldap/ldif/template-dse.ldif.in +++ b/ldap/ldif/template-dse.ldif.in @@ -408,6 +408,8 @@ nsslapd-plugininitfunc: memberof_postop_init nsslapd-plugintype: postoperation nsslapd-pluginenabled: off nsslapd-plugin-depends-on-type: database +memberOfGroupAttr: member +memberOfAttr: memberOf dn: cn=Multimaster Replication Plugin,cn=plugins,cn=config objectclass: top |