aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.vti
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/xmexample.vti
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/xmexample.vti')
-rw-r--r--tools/examples/xmexample.vti5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/examples/xmexample.vti b/tools/examples/xmexample.vti
index 3a0d8e1a3a..15efca7a0c 100644
--- a/tools/examples/xmexample.vti
+++ b/tools/examples/xmexample.vti
@@ -95,6 +95,11 @@ vnc=0
#vncconsole=0
#----------------------------------------------------------------------------
+# set password for domain's VNC console
+# default is depents on vncpasswd in xend-config.sxp
+vncpasswd=''
+
+#----------------------------------------------------------------------------
# no graphics, use serial port
#nographic=0