mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
7279ef1d0f
To make the code more general, moved the update_dna_shared_config among other update plugins. Bugfix: DNA shared config connection protocol was compared to a method string which would result in a try to always update it even if there was no need to. https://fedorahosted.org/389/ticket/48373 causes that two shared DNA config entries are created instead of one. https://fedorahosted.org/freeipa/ticket/6392 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
7 lines
237 B
Plaintext
7 lines
237 B
Plaintext
# Config winsync plugin according to DNA
|
|
dn: cn=ipa-winsync,cn=plugins,cn=config
|
|
remove:ipaWinSyncUserAttr: uidNumber 999
|
|
remove:ipaWinSyncUserAttr: gidNumber 999
|
|
add:ipaWinSyncUserAttr: uidNumber -1
|
|
add:ipaWinSyncUserAttr: gidNumber -1
|