mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
add update to fix the index for the winsync attributes
This commit is contained in:
parent
5c56c43693
commit
f02d1429ca
@ -6,6 +6,7 @@ app_DATA = \
|
||||
RFC2307bis.update \
|
||||
schema_compatibility.update \
|
||||
nss_ldap.update \
|
||||
winsync_index.update \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
10
ipa-server/ipa-install/updates/winsync_index.update
Normal file
10
ipa-server/ipa-install/updates/winsync_index.update
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Make sure winsync attributes have the correct indexing
|
||||
#
|
||||
|
||||
dn: cn=ntUniqueId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||
only: nsIndexType: eq,pres
|
||||
|
||||
dn: cn=ntUserDomainId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
|
||||
only: nsIndexType: eq,pres
|
||||
|
Loading…
Reference in New Issue
Block a user