mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
Must index uidnumber and gidnumber and any attribute that dna plugin is going
to generate or that we need to search on.
This commit is contained in:
parent
24f0f632b6
commit
d2bd1b29a0
@ -71,3 +71,22 @@ objectClass:nsIndex
|
||||
cn:memberof
|
||||
nsSystemIndex:false
|
||||
nsIndexType:eq
|
||||
|
||||
dn: cn=uidnumber,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||
changetype: add
|
||||
objectClass:top
|
||||
objectClass:nsIndex
|
||||
cn:uidnumber
|
||||
nsSystemIndex:false
|
||||
nsIndexType:eq
|
||||
nsMatchingRule: integerOrderingMatch
|
||||
|
||||
dn: cn=gidnumber,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||
changetype: add
|
||||
objectClass:top
|
||||
objectClass:nsIndex
|
||||
cn:gidnumber
|
||||
nsSystemIndex:false
|
||||
nsIndexType:eq
|
||||
nsMatchingRule: integerOrderingMatch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user