Bug 667097
Summary: | vnc_password does not behave as advertised. | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Neil Wilson <neil> |
Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | berrange, crobinso, xen-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-01-07 14:45:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Neil Wilson
2011-01-04 12:30:55 UTC
Similarly if you set the passwd attribute to '' in the vnc graphics XML stanza. This is not a libvirt bug. This is caused by a flaw in particular QEMU version you are using, which silently disables auth when the password is set to "". This bug was introduced in QEMU in this bogus commit commit 52c18be9e99dabe295321153fda7fce9f76647ac Author: Zachary Amsden <zamsden> Date: Thu Jul 30 00:15:01 2009 -1000 When using stdio monitor and VNC display, one can set or clear a VNC password; this should set or turn off VNC authentication as well. |