Punt the "moocow" VNC password - it's dumb, and we already have our 0.0.26
authorEvan Broder <broder@mit.edu>
Tue, 29 Sep 2009 01:26:38 +0000 (21:26 -0400)
committerEvan Broder <broder@mit.edu>
Tue, 29 Sep 2009 01:26:38 +0000 (21:26 -0400)
own authentication mechanism (that uses real authentication).

svn path=/trunk/packages/invirt-xen-config/; revision=2487

debian/changelog
invirt-database

index 79d2264..bfc4efe 100644 (file)
@@ -1,3 +1,10 @@
+invirt-xen-config (0.0.26) unstable; urgency=low
+
+  * Kill the moocow password for the VNC server. Not setting this variable
+    causes VNC clients to not prompt for a password instead.
+
+ -- Evan Broder <broder@mit.edu>  Mon, 28 Sep 2009 21:20:21 -0400
+
 invirt-xen-config (0.0.25) unstable; urgency=low
 
   * Some of the autoinstallers want a lot of RAM. Give it to them.
index 2c1ff7c..4b86a85 100644 (file)
@@ -77,7 +77,6 @@ if codepath == 'hvm':
     kernel = '/usr/lib/xen/boot/hvmloader'
     builder = 'hvm'
     vnc = 1
-    vncpasswd = 'moocow'
     device_model = '/usr/sbin/qemu-dm-invirt'
     serial = "pty"
 elif codepath == 'paravm':