mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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 <pspacek@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
@@ -258,3 +258,12 @@ ObjectClass: nsIndex
|
|||||||
nsSystemIndex: false
|
nsSystemIndex: false
|
||||||
nsIndexType: eq
|
nsIndexType: eq
|
||||||
nsIndexType: pres
|
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
|
||||||
|
|||||||
@@ -231,3 +231,11 @@ default:ObjectClass: top
|
|||||||
default:ObjectClass: nsIndex
|
default:ObjectClass: nsIndex
|
||||||
only:nsIndexType: eq
|
only:nsIndexType: eq
|
||||||
only:nsIndexType: pres
|
only:nsIndexType: pres
|
||||||
|
|
||||||
|
dn: cn=ipalocation,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||||
|
default:cn: ipalocation
|
||||||
|
default:ObjectClass: top
|
||||||
|
default:ObjectClass: nsIndex
|
||||||
|
default:nsSystemIndex: false
|
||||||
|
only:nsIndexType: eq
|
||||||
|
only:nsIndexType: pres
|
||||||
|
|||||||
Reference in New Issue
Block a user