Bug 1301841
| Summary: | The password is not cleared after unchecking "Save this password in your keyring" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Xiaodai Wang <xiaodwan> |
| Component: | virt-manager | Assignee: | Pavel Hrdina <phrdina> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.8 | CC: | juzhou, mxie, mzhan, rbalakri, tzheng |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | virt-manager-0.9.0-32.el6 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: setup VM with password protected vnc/spice and save the password for next use
Consequence: when user opens VM console and unset "Save this password in your keyring" the password remains saved
Fix: code to forget the password was missing so it had to be implemented
Result: now if user unset "Save this password in your keyring" the next time when he's asked for password the text field is empty
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-21 10:41:58 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
Xiaodai Wang
2016-01-26 07:04:52 UTC
I can reproduce this issue with package: virt-manager-0.9.0-31.el6.x86_64 Then try to verify with new build: virt-manager-0.9.0-33.el6.x86_64 Steps: 1. launch "virt-manager" 2. Open hardware details and click "display spice" device and Set a password for it. 3. Start the guest. 4. Check the "Save this password in your keyring" option and type the password. 5. Close the vm window and double click the vm to open the vm window again, check the password is remembered. 6. Uncheck the "Save this password in your keyring" option and click login. 7. Close the vm window and double click the vm to open the vm window again. Result: The password is cleared and the "Save this password in your keyring" option is unchecked. And also repeat step4-7, no error find, so move this bug from ON_QA to VERIFIED. 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, 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://rhn.redhat.com/errata/RHBA-2017-0686.html |