diff options
author | Nathan Kinder <nkinder@redhat.com> | 2008-07-01 22:30:07 +0000 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2008-07-01 22:30:07 +0000 |
commit | 8bf8f52b94bdf7df248eaca6f6feb58a0b835c8f (patch) | |
tree | 3754cf1d14069a68e951455ee1e3f2fafd77851d /ldap/ldif | |
parent | ab2d605d10f34442cb561bf0d88d1e497f0eb0f4 (diff) | |
download | ds-8bf8f52b94bdf7df248eaca6f6feb58a0b835c8f.tar.gz ds-8bf8f52b94bdf7df248eaca6f6feb58a0b835c8f.tar.xz ds-8bf8f52b94bdf7df248eaca6f6feb58a0b835c8f.zip |
Resolves: 453011
Summary: Redesigned algorithm used to update memberOf attribute.
Diffstat (limited to 'ldap/ldif')
-rw-r--r-- | ldap/ldif/template-dse.ldif.in | 7 |
1 files changed, 7 insertions, 0 deletions
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 |