summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-06-26 17:14:41 +0200
committerTomas Babej <tbabej@redhat.com>2015-06-29 13:40:29 +0200
commit16f47ed4520d4f89db39d1dc58be7a8efb1d8612 (patch)
tree0367c8326e46f793af26caf0c679298b782ff09d /install
parentee84c6ae78b55fc097cd586129f2d94eef22ab0a (diff)
downloadfreeipa-16f47ed4520d4f89db39d1dc58be7a8efb1d8612.tar.gz
freeipa-16f47ed4520d4f89db39d1dc58be7a8efb1d8612.tar.xz
freeipa-16f47ed4520d4f89db39d1dc58be7a8efb1d8612.zip
Fix indicies ntUserDomainId, ntUniqueId
ntUserDomainId and ntUniqueId contained "eq,pres" index value, which is not valid. Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/share/indices.ldif6
-rw-r--r--install/updates/20-indices.update14
2 files changed, 18 insertions, 2 deletions
diff --git a/install/share/indices.ldif b/install/share/indices.ldif
index 448875dea..8c4913b56 100644
--- a/install/share/indices.ldif
+++ b/install/share/indices.ldif
@@ -89,12 +89,14 @@ nsMatchingRule: integerOrderingMatch
dn: cn=ntUniqueId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
changetype: modify
replace: nsIndexType
-nsIndexType: eq,pres
+nsIndexType: eq
+nsIndexType: pres
dn: cn=ntUserDomainId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
changetype: modify
replace: nsIndexType
-nsIndexType: eq,pres
+nsIndexType: eq
+nsIndexType: pres
dn: cn=fqdn,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
changetype: add
diff --git a/install/updates/20-indices.update b/install/updates/20-indices.update
index d65905e18..9c12e0cb8 100644
--- a/install/updates/20-indices.update
+++ b/install/updates/20-indices.update
@@ -217,3 +217,17 @@ default:ObjectClass: nsIndex
only:nsSystemIndex: false
only:nsIndexType: eq
only:nsIndexType: pres
+
+dn: cn=ntUniqueId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
+default:cn: ntUniqueId
+default:ObjectClass: top
+default:ObjectClass: nsIndex
+only:nsIndexType: eq
+only:nsIndexType: pres
+
+dn: cn=ntUserDomainId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
+default:cn: ntUserDomainId
+default:ObjectClass: top
+default:ObjectClass: nsIndex
+only:nsIndexType: eq
+only:nsIndexType: pres