mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
e1b6e3ba9b
Call sssdconfig.save_domain(domain) after each configuration change during ipa-client-automount --uninstall. Previously, sssdconfig.save_domain(domain) was called only outside of the domain detection loop which changed the domain configuration. This introduced issues as this method's behavior is only consistent when configuration items are removed in a certain order: https://pagure.io/SSSD/sssd/issue/4149 Plus, it is more correct to save the configuration from within the loop if ever we support multiple domains. Fixes: https://pagure.io/freeipa/issue/8190 Signed-off-by: François Cami <fcami@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
automount.py | ||
client.py | ||
ipa_certupdate.py | ||
ipa_client_automount.py | ||
ipa_client_install.py | ||
ipa_client_samba.py | ||
ipachangeconf.py | ||
ipadiscovery.py | ||
sssd.py | ||
timeconf.py |