aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-15 17:33:31 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-15 17:33:31 +0000
commita090ca495e7f6b2bd44d3a5422f17ff4563fae8a (patch)
tree6fbb31b47b01dc7f1e53c6caaa75692ec8376728 /.hgignore
parentc9687ec616a2a4c969b1458a30d83b186e38e590 (diff)
downloadxen-a090ca495e7f6b2bd44d3a5422f17ff4563fae8a.tar.gz
xen-a090ca495e7f6b2bd44d3a5422f17ff4563fae8a.tar.bz2
xen-a090ca495e7f6b2bd44d3a5422f17ff4563fae8a.zip
VNC pasword authentication support for the paravirt framebuffer server.
The rules for configuring the password are equivalent of those used for HVM, but the actual guest config option is a little different as a result of the recent refactoring of the PVFB config file syntax. - If the 'vfb' option in the guest config has a 'vncpasswd' parameter specified - If the passwd is not zero length, use that - Else run with no authentication (important as it enables override of next rule) - Else-if the xend-config.sxp has a password specified use that - Else run with no authentication Example configuration: - To set an explicit guest password: vfb = [ "type=vnc,vncunused=1,vnclisten=0.0.0.0,vncpasswd=123456"] - To disable authentication, overriding any XenD configured default password vfb = [ "type=vnc,vncunused=1,vnclisten=0.0.0.0,vncpasswd="] - To run with default XenD configured password (if any) vfb = [ "type=vnc,vncunused=1,vnclisten=0.0.0.0"] Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index b445a0d342..d4127b6d1f 100644
--- a/.hgignore
+++ b/.hgignore
@@ -229,3 +229,4 @@
^unmodified_drivers/linux-2.6/.*\.cmd$
^unmodified_drivers/linux-2.6/.*\.ko$
^unmodified_drivers/linux-2.6/.*\.mod\.c$
+^LibVNCServer.*