aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-20 09:50:09 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-20 09:50:09 +0100
commit6c96f333167552e4ad7bed79250054155fbaef75 (patch)
treed151cadb0643750de884071c48c43c6fb260556d /tools/examples/xend-config.sxp
parenta75c9af600f0f92d882477dc33c8a5fbe225d37c (diff)
downloadxen-6c96f333167552e4ad7bed79250054155fbaef75.tar.gz
xen-6c96f333167552e4ad7bed79250054155fbaef75.tar.bz2
xen-6c96f333167552e4ad7bed79250054155fbaef75.zip
[HVM] Implement password authentication of VNC connections.
The specification is as mentioned at http://lists.xensource.com/archives/html/xen-devel/2006-09/msg00666.html (However, password came to describe plain text) The difference is follows. - protocol_authtype() without the necessity was deleted. - The check on the protocol version was added. - And, some small modification. Signed-off-by: Masami Watanabe <masami.watanabe@jp.fujitsu.com>
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index ec88a9fb09..294d8e08de 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -135,3 +135,7 @@
# to 127.0.0.1 To restore old 'listen everywhere' behaviour
# set this to 0.0.0.0
#(vnc-listen '127.0.0.1')
+
+# The default password for VNC console on HVM domain.
+# Empty string is no authentication.
+(vncpasswd '')