From 949da9590a6528e8eff983c205328e434b021ffc Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Tue, 29 Apr 2008 13:37:45 -0400 Subject: [PATCH] Eh. There's a better way that we could eventually script to svn path=/trunk/packages/sipb-xen-host-master/; revision=483 --- notes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notes b/notes index 06fe62c..2139b4c 100644 --- a/notes +++ b/notes @@ -8,7 +8,9 @@ GSSAPICleanupCredentials yes GSSAPIKeyExchange yes EOF /etc/init.d/ssh reload -dpkg-reconfigure krb5-config # Change realm to ATHENA.MIT.EDU +# Set default realm to ATHENA.MIT.EDU +printf "krb5-config\tkrb5-config/default_realm\tstring\tATHENA.MIT.EDU" | debconf-set-selections +dpkg-reconfigure -fnoninteractive krb5-config # install keytab # install /root/.k5login ntpdate -- 1.7.9.5