Bug 2072826
| Summary: | Support preventing password use for specified accounts | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Jeff Fearn 🐞 <jfearn> |
| Component: | Extensions | Assignee: | Jeff Fearn 🐞 <jfearn> |
| Extensions sub component: | RedHat | QA Contact: | Jeff Fearn 🐞 <jfearn> |
| Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | ||
| Version: | 5.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-09 00:14:59 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: | |||
|
Description
Jeff Fearn 🐞
2022-04-07 03:54:13 UTC
Tested on both Dev & QA servers. Dev server is set to block password auth for selected users. QA server is set to allow password auth for all users. 1. Login in to QA server using password with an associate account in no groups. User is logged in. 2. Login in to QA server using password with an associate account in a sensitive group. User is prevented logging in and told to use 2FA. 3. Login in to QA server using 2FA with an associate account in a sensitive group. User is logged in. 4. Login in to Dev server using password with an associate account in no groups. User is prevented logging in and told to use 2FA. 5. Login in to Dev server using 2FA with an associate account in a sensitive group. User is logged in. 6. Login in to Dev server using password with an associate account in a sensitive group. User is prevented logging in and told to use 2FA. 7. Login in to Dev server using 2FA with an associate account in a sensitive group. User is logged in. 8. On QA server login in as an associate and view the "Account Information" user preferences tab. Password field is present and can be updated. 9. On Dev server login in as an associate and view the "Account Information" user preferences tab. Password field is not present and cannot be updated. 10. Use the API to update password for an associate on the QA server. Password is updated. 11. Use the API to update password for an associate on the DEV server. Attempt to change password fails with message "RPC Fault: This account cannot use a password so the password must be set to '*'" The fix for this bug has been deployed to the stage server for public testing. https://bugzilla.stage.redhat.com/ This change is now live. If there are any issues, do not reopen this bug. Instead, you should create a new bug and reference this bug. |