From 3bea4418089dc97136040cfc58157a77aea8b0aa Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Tue, 16 Jun 2015 13:20:15 +0200 Subject: add DS index for userCertificate attribute 'eq' and 'pres' indices for userCertificate attribute allow for more efficient lookup and matching of binary certificates assigned to users, hosts, and services. Part of http://www.freeipa.org/page/V4/User_Certificates Reviewed-By: Martin Basti --- install/share/indices.ldif | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'install/share') diff --git a/install/share/indices.ldif b/install/share/indices.ldif index 70a587d7a..448875dea 100644 --- a/install/share/indices.ldif +++ b/install/share/indices.ldif @@ -247,3 +247,12 @@ nsSystemIndex: false nsIndexType: eq nsIndexType: pres nsIndexType: sub + +dn: cn=userCertificate,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +changetype: add +cn: userCertificate +ObjectClass: top +ObjectClass: nsIndex +nsSystemIndex: false +nsIndexType: eq +nsIndexType: pres -- cgit