don't hardcode host's hostname in conserver.cf
authorGreg Price <price@mit.edu>
Tue, 22 Jul 2008 05:23:11 +0000 (01:23 -0400)
committerGreg Price <price@mit.edu>
Tue, 22 Jul 2008 05:23:11 +0000 (01:23 -0400)
svn path=/trunk/packages/sipb-xen-console-server/; revision=707

debian/changelog
files/etc/conserver/conserver.cf.sipb-xen

index e02a594..bf4dfff 100644 (file)
@@ -1,3 +1,10 @@
+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.
index b867b6d..097e010 100644 (file)
@@ -9,7 +9,6 @@ default full {
        rw *;
 }
 default * {
-       master black-mesa;
        logfile /var/log/conserver/&.log;
        timestamp "1lab";
        include full;
@@ -29,7 +28,7 @@ console s_sipb-xen-dev {
 ## list of clients we allow
 ##
 access * {
-       allowed 127.0.0.1;
+       trusted 127.0.0.1;
        trusted 18.181.0.134;
        limited *;
 }