mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add the sub operation for fqdn index config
This should improve performance of the host-find command. https://pagure.io/freeipa/issue/6371 Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
02c1d0e8e5
commit
c99b37737a
@ -108,6 +108,7 @@ cn: fqdn
|
|||||||
nsSystemIndex: false
|
nsSystemIndex: false
|
||||||
nsIndexType: eq
|
nsIndexType: eq
|
||||||
nsIndexType: pres
|
nsIndexType: pres
|
||||||
|
nsIndexType: sub
|
||||||
|
|
||||||
dn: cn=macAddress,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
dn: cn=macAddress,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||||
changetype: add
|
changetype: add
|
||||||
|
@ -70,8 +70,9 @@ default:cn: fqdn
|
|||||||
default:ObjectClass: top
|
default:ObjectClass: top
|
||||||
default:ObjectClass: nsIndex
|
default:ObjectClass: nsIndex
|
||||||
default:nsSystemIndex: false
|
default:nsSystemIndex: false
|
||||||
default:nsIndexType: eq
|
only:nsIndexType: eq
|
||||||
default:nsIndexType: pres
|
only:nsIndexType: pres
|
||||||
|
only:nsIndexType: sub
|
||||||
|
|
||||||
dn: cn=macAddress,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
dn: cn=macAddress,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||||
default:cn: macAddress
|
default:cn: macAddress
|
||||||
|
Loading…
Reference in New Issue
Block a user