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:09:12 -0400
commitd3637dde7cc56970dec7c36db3d7478e5d04b28e (patch)
tree1c44103837fd839b8ab068185f44aecd81fe0f24
parent38154073a88f5608d9b33854d3282687fb422bad (diff)
downloadfreeipa.git-d3637dde7cc56970dec7c36db3d7478e5d04b28e.tar.gz
freeipa.git-d3637dde7cc56970dec7c36db3d7478e5d04b28e.tar.xz
freeipa.git-d3637dde7cc56970dec7c36db3d7478e5d04b28e.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 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