From a10521a1dcf69960d6ce0bf5657180b709c297c0 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 25 Jun 2013 13:16:40 +0000 Subject: Add missing substring indices for attributes managed by the referint plugin. The referint plugin does a substring search on these attributes each time an entry is deleted, which causes a noticable slowdown for large directories if the attributes are not indexed. https://fedorahosted.org/freeipa/ticket/3706 --- install/share/indices.ldif | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'install/share') diff --git a/install/share/indices.ldif b/install/share/indices.ldif index 1e1a5e9c7..4f5bbf96e 100644 --- a/install/share/indices.ldif +++ b/install/share/indices.ldif @@ -42,6 +42,7 @@ cn:manager nsSystemIndex:false nsIndexType:eq nsIndexType:pres +nsIndexType:sub dn: cn=secretary,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: add @@ -51,6 +52,7 @@ cn:secretary nsSystemIndex:false nsIndexType:eq nsIndexType:pres +nsIndexType:sub dn: cn=displayname,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: add @@ -120,6 +122,7 @@ ObjectClass: nsIndex nsSystemIndex: false nsIndexType: eq nsIndexType: pres +nsIndexType: sub dn: cn=memberUser,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: add @@ -129,6 +132,7 @@ ObjectClass: nsIndex nsSystemIndex: false nsIndexType: eq nsIndexType: pres +nsIndexType: sub dn: cn=sourcehost,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: add @@ -138,6 +142,7 @@ ObjectClass: nsIndex nsSystemIndex: false nsIndexType: eq nsIndexType: pres +nsIndexType: sub dn: cn=memberservice,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: add @@ -147,6 +152,7 @@ ObjectClass: nsIndex nsSystemIndex: false nsIndexType: eq nsIndexType: pres +nsIndexType: sub dn: cn=managedby,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: add @@ -156,6 +162,7 @@ ObjectClass: nsIndex nsSystemIndex: false nsIndexType: eq nsIndexType: pres +nsIndexType: sub dn: cn=memberallowcmd,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: add @@ -165,6 +172,7 @@ ObjectClass: nsIndex nsSystemIndex: false nsIndexType: eq nsIndexType: pres +nsIndexType: sub dn: cn=memberdenycmd,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: add @@ -174,6 +182,7 @@ ObjectClass: nsIndex nsSystemIndex: false nsIndexType: eq nsIndexType: pres +nsIndexType: sub dn: cn=ipasudorunas,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: add @@ -183,6 +192,7 @@ ObjectClass: nsIndex nsSystemIndex: false nsIndexType: eq nsIndexType: pres +nsIndexType: sub dn: cn=ipasudorunasgroup,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: add @@ -192,6 +202,7 @@ ObjectClass: nsIndex nsSystemIndex: false nsIndexType: eq nsIndexType: pres +nsIndexType: sub dn: cn=automountkey,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config changetype: add -- cgit