~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to qemud/test_libvirtd_qemu.aug

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 01:01:42 UTC
  • mto: (3.4.1 sid) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090211010142-wk9mgtbw8bmp3zcb
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
# certificate signed by the CA in /etc/pki/libvirt-vnc/ca-cert.pem
50
50
#
51
51
vnc_tls_x509_verify = 1
 
52
 
 
53
 
 
54
# The default VNC password. Only 8 letters are significant for
 
55
# VNC passwords. This parameter is only used if the per-domain
 
56
# XML config does not already provide a password. To allow
 
57
# access without passwords, leave this commented out. An empty
 
58
# string will still enable passwords, but be rejected by QEMU
 
59
# effectively preventing any use of VNC. Obviously change this
 
60
# example here before you set this
 
61
#
 
62
vnc_password = \"XYZ12345\"
52
63
"
53
64
 
54
65
   test Libvirtd_qemu.lns get conf =
101
112
{ "#comment" = "certificate signed by the CA in /etc/pki/libvirt-vnc/ca-cert.pem" }
102
113
{ "#comment" = "" }
103
114
{ "vnc_tls_x509_verify" = "1" }
 
115
{ "#empty" }
 
116
{ "#empty" }
 
117
{ "#comment" = "The default VNC password. Only 8 letters are significant for" }
 
118
{ "#comment" = "VNC passwords. This parameter is only used if the per-domain" }
 
119
{ "#comment" = "XML config does not already provide a password. To allow" }
 
120
{ "#comment" = "access without passwords, leave this commented out. An empty" }
 
121
{ "#comment" = "string will still enable passwords, but be rejected by QEMU" }
 
122
{ "#comment" = "effectively preventing any use of VNC. Obviously change this" }
 
123
{ "#comment" = "example here before you set this" }
 
124
{ "#comment" = "" }
 
125
{ "vnc_password" = "XYZ12345" }