From 0f5cca0e45481520d25b20b48f939b2581f4d27b Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Tue, 7 Jun 2016 10:43:50 +0200 Subject: DNS Locations: add index for ipalocation attribute For performace ipalocation should be indexed because it is used by referint plugin https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek Reviewed-By: Jan Cholasta --- 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 8c4913b56..4ea4a876d 100644 --- a/install/share/indices.ldif +++ b/install/share/indices.ldif @@ -258,3 +258,12 @@ ObjectClass: nsIndex nsSystemIndex: false nsIndexType: eq nsIndexType: pres + +dn: cn=ipalocation,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +changetype: add +cn: ipalocation +ObjectClass: top +ObjectClass: nsIndex +nsSystemIndex: false +nsIndexType: eq +nsIndexType: pres -- cgit