mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
Index: Fix definition for memberOf
The index definition for memberOf is inconsistent: dn: cn=memberOf,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config cn: member nsIndexType: eq nsIndexType: sub nsSystemIndex: false objectClass: top objectClass: nsIndex The cn attribute should be memberOf, not member. Fix the definition. Fixes: https://pagure.io/freeipa/issue/8920 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
178fb134fb
commit
cb37f499db
@ -434,7 +434,7 @@ add:nsIndexType: eq
|
||||
add:nsIndexType: pres
|
||||
|
||||
dn: cn=memberOf,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||
only:cn: member
|
||||
only:cn: memberOf
|
||||
add:nsIndexType: sub
|
||||
|
||||
dn: cn=memberPrincipal,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||
|
Loading…
Reference in New Issue
Block a user