Bug 1796989
Summary: | SSSDConfig.save_domain(domain) does not always remove all entries removed from domain | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | François Cami <fcami> |
Component: | sssd | Assignee: | Pavel Březina <pbrezina> |
Status: | CLOSED ERRATA | QA Contact: | sssd-qe <sssd-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.2 | CC: | amore, atikhono, fcami, grajaiya, ipa-qe, jhrozek, ksiddiqu, lslebodn, mniranja, mzidek, pbrezina, rcritten, sgoveas, sorlov, thalman, tscherf |
Target Milestone: | rc | Keywords: | Regression, Triaged |
Target Release: | 8.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | sync-to-jira | ||
Fixed In Version: | sssd-2.3.0-1.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1790886 | Environment: | |
Last Closed: | 2020-11-04 02:04:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1790886 |
Description
François Cami
2020-01-31 17:04:07 UTC
This is reproductible without using IPA. The upstream issue at https://pagure.io/SSSD/sssd/issue/4149#comment-623734 contains a reproducer: a sample configuration file and the associated code snippet. * `master` * 2014d8f52ea6a9d086b25f8f0c5b8e6b1e1c161d - Update __init__.py.in Versions: sssd-2.3.0-4.el8.x86_64 ipa-client-automount --location default -U --server master.testrealm.test IPA server: master.testrealm.test Location: default Configured /etc/idmapd.conf Restarting sssd, waiting for it to become available. Started autofs Exit code: 0 ipa-client-automount --uninstall -U --server master.testrealm.test Restoring configuration Exit code: 0 ipa-client-automount --location default -U --server master.testrealm.test IPA server: master.testrealm.test Location: default Configured /etc/idmapd.conf Restarting sssd, waiting for it to become available. Started autofs Exit code: 0 ipa-client-automount --uninstall -U --server master.testrealm.test Restoring configuration Exit code: 0 ipa-client-automount --location default -U --server master.testrealm.test IPA server: master.testrealm.test Location: default Configured /etc/idmapd.conf Restarting sssd, waiting for it to become available. Started autofs Exit code: 0 ipa-client-automount --uninstall -U --server master.testrealm.test Restoring configuration Exit code: 0 ipa-client-automount --location default -U --server master.testrealm.test RUN ipa-client-automount --location default -U --server master.testrealm.test IPA server: master.testrealm.test Location: default Configured /etc/idmapd.conf Restarting sssd, waiting for it to become available. Started autofs Exit code: 0 ipa-client-automount --uninstall -U --server master.testrealm.test Restoring configuration Exit code: 0 ipa-client-automount --location default -U --server master.testrealm.test IPA server: master.testrealm.test Location: default Configured /etc/idmapd.conf Restarting sssd, waiting for it to become available. Started autofs Exit code: 0 ipa-client-automount --uninstall -U --server master.testrealm.test Restoring configuration Exit code: 0 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (sssd bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4569 |