summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2008-10-03 14:12:07 -0600
committerRob Crittenden <rcritten@redhat.com>2008-10-13 14:15:19 -0400
commit88da76f289bd429d641d4a81837a2bd6b7c36509 (patch)
tree1c44103837fd839b8ab068185f44aecd81fe0f24
parent08e80a67b7327927db825b9872af8abcc7f85711 (diff)
downloadfreeipa-88da76f289bd429d641d4a81837a2bd6b7c36509.tar.gz
freeipa-88da76f289bd429d641d4a81837a2bd6b7c36509.tar.xz
freeipa-88da76f289bd429d641d4a81837a2bd6b7c36509.zip
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
-rw-r--r--ipa-server/ipa-install/share/indices.ldif12
1 files 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