From cc7c84bfc947e28bae56815d8bde5d0565328e2b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 25 Mar 2006 11:58:05 +0000 Subject: [PATCH] r14717: Don't provision the system as 'localhost', but instead list localhost as an alias. The netbios name is then 'localtest', which will resolve with netbios and work with krb5. Andrew Bartlett --- source/script/tests/selftest.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/script/tests/selftest.sh b/source/script/tests/selftest.sh index dc5da9b61f5..6575708c7f0 100755 --- a/source/script/tests/selftest.sh +++ b/source/script/tests/selftest.sh @@ -8,6 +8,7 @@ PASSWORD=penguin SRCDIR=`pwd` ROOT=$USER SERVER=localhost +NETBIOSNAME=localtest if test -z "$ROOT"; then ROOT=$LOGNAME fi @@ -101,7 +102,8 @@ EOF cat >$CONFFILE<