Bug 1815584
Summary: | id_provider = proxy proxy_lib_name = files returns * in password field, breaking PAM authentication | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
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: | aborah, atikhono, grajaiya, jhrozek, lslebodn, mniranja, mupadhye, mzidek, pbrezina, sbose, sgoveas, thalman, tscherf |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | sync-to-jira | ||
Fixed In Version: | sssd-2.3.0-4.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 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: | 1842946 |
Description
Jan Pazdziora (Red Hat)
2020-03-20 16:05:51 UTC
I think we can do the following: 1. (required bugfix) Make a list of proxy lib names that we know are local and should use 'x' (instead of '*') in the output 2. (optional RFE) Add a new option to proxy provider, something like proxy_use_shadow = True/False , which would to be set to True by default for libs from list identified in step 1 and False otherwise. People could override the default setting in sssd.conf using this option if needed. This should be relatively easy to implement. Michal Upstream ticket: https://pagure.io/SSSD/sssd/issue/4174 Upstream PR: https://github.com/SSSD/sssd/pull/1016 * `master` * ae5a2cdccadae3de29680466c05637b51b113147 - proxy: set pwfield to x for files library Upstream PR: https://github.com/SSSD/sssd/pull/5221 Pushed PR: https://github.com/SSSD/sssd/pull/5221 * `master` * ffb9ad1331ac5f5d9bf237666aff19f1def77871 - proxy: use 'x' as default pwfield only for sssd-shadowutils target 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 |