mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
49ce395b90
Fixes https://pagure.io/freeipa/issue/6975 Reviewed-By: Martin Basti <mbasti@redhat.com>
23 lines
646 B
Plaintext
23 lines
646 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: ipaAnchorUUID
|
|
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
|
|
remove:cn: ipaOriginalUid
|