From 8bf8f52b94bdf7df248eaca6f6feb58a0b835c8f Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Tue, 1 Jul 2008 22:30:07 +0000 Subject: Resolves: 453011 Summary: Redesigned algorithm used to update memberOf attribute. --- ldap/ldif/template-dse.ldif.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ldap/ldif') diff --git a/ldap/ldif/template-dse.ldif.in b/ldap/ldif/template-dse.ldif.in index ef71a189..1767cfbe 100644 --- a/ldap/ldif/template-dse.ldif.in +++ b/ldap/ldif/template-dse.ldif.in @@ -627,6 +627,13 @@ cn: member nssystemindex: false nsindextype: eq +dn: cn=memberOf,cn=default indexes, cn=config,cn=ldbm database,cn=plugins,cn=config +objectclass: top +objectclass: nsIndex +cn: memberOf +nssystemindex: false +nsindextype: eq + dn: cn=nsUniqueId,cn=default indexes, cn=config,cn=ldbm database,cn=plugins,cn=config objectclass: top objectclass: nsIndex -- cgit