mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Adding an index for memberuid. Alsthough we do not use this attribute, many clients still ask for it so let's index it and make stuff faster.
This commit is contained in:
parent
0e6928dd1b
commit
d006587937
@ -7,6 +7,7 @@ app_DATA = \
|
||||
nss_ldap.update \
|
||||
winsync_index.update \
|
||||
replication.update \
|
||||
indices.update \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
11
ipa-server/ipa-install/updates/indices.update
Normal file
11
ipa-server/ipa-install/updates/indices.update
Normal file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# Some nss_ldap implementations will always ask for memberuid so we must
|
||||
# have an index for it.
|
||||
#
|
||||
dn: cn=memberuid,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||
default:cn=memberuid
|
||||
default:ObjectClass: top
|
||||
default:ObjectClass: nsIndex
|
||||
default:nsSystemIndex: false
|
||||
default:nsIndexType: eq,pres
|
||||
|
Loading…
Reference in New Issue
Block a user