svn path=/trunk/packages/sipb-xen-console-server/; revision=707
+sipb-xen-console-server (2.04) unstable; urgency=low
+
+ * Get Kerberos realm from config rather than hardcoding.
+ * Don't hardcode host's hostname in conserver.cf.
+
+ -- Greg Price <price@mit.edu> Tue, 22 Jul 2008 01:22:14 -0400
+
sipb-xen-console-server (2.03) unstable; urgency=low
* Multiplex consoles on multiple hosts.
rw *;
}
default * {
- master black-mesa;
logfile /var/log/conserver/&.log;
timestamp "1lab";
include full;
## list of clients we allow
##
access * {
- allowed 127.0.0.1;
+ trusted 127.0.0.1;
trusted 18.181.0.134;
limited *;
}