mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 00:20:04 -06:00
20 lines
540 B
Plaintext
20 lines
540 B
Plaintext
|
#
|
||
|
# Make sure ID override attributes have the correct indexing
|
||
|
#
|
||
|
|
||
|
dn: cn=ipaOriginalUid,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||
|
default:cn: ipaOriginalUid
|
||
|
default:ObjectClass: top
|
||
|
default:ObjectClass: nsIndex
|
||
|
default:nsSystemIndex: false
|
||
|
only: nsIndexType: eq
|
||
|
only: nsIndexType: pres
|
||
|
|
||
|
dn: cn=ipaAnchorUUID,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||
|
default:cn: ipaOriginalUid
|
||
|
default:ObjectClass: top
|
||
|
default:ObjectClass: nsIndex
|
||
|
default:nsSystemIndex: false
|
||
|
only: nsIndexType: eq
|
||
|
only: nsIndexType: pres
|