From 88da76f289bd429d641d4a81837a2bd6b7c36509 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Oct 13 2008 18:15:19 +0000 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 --- diff --git a/ipa-server/ipa-install/share/indices.ldif b/ipa-server/ipa-install/share/indices.ldif index e008983..05c2765 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