From d3637dde7cc56970dec7c36db3d7478e5d04b28e Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 3 Oct 2008 14:12:07 -0600 Subject: Just add eq,pres to the existing indices There are already indexes created for ntUniqueID and ntUserDomainID by default We just need to make sure they are indexed for equality and presence --- ipa-server/ipa-install/share/indices.ldif | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/ipa-server/ipa-install/share/indices.ldif b/ipa-server/ipa-install/share/indices.ldif index e0089831..05c27655 100644 --- a/ipa-server/ipa-install/share/indices.ldif +++ b/ipa-server/ipa-install/share/indices.ldif @@ -83,15 +83,11 @@ nsIndexType:eq nsMatchingRule: integerOrderingMatch dn: cn=ntUniqueId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config -objectClass: top -objectClass: nsIndex -cn: ntUniqueId -nsSystemIndex: false +changetype: modify +replace: nsIndexType nsIndexType: eq,pres dn: cn=ntUserDomainId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config -objectClass: top -objectClass: nsIndex -cn: ntUserDomainId -nsSystemIndex: false +changetype: modify +replace: nsIndexType nsIndexType: eq,pres -- cgit