From 88da76f289bd429d641d4a81837a2bd6b7c36509 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 e00898316..05c276554 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