Correct DOMAIN name

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19523 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-28 10:20:00 +00:00
parent fb5567f09c
commit f52e719c26
2 changed files with 4 additions and 4 deletions

View File

@@ -128,15 +128,15 @@ export NTLM_USER_FILE
echo "test_context --mech-type=ntlm"
${context} --mech-type=ntlm \
--name-type=hostbased-service datan@DOMAIN || \
--name-type=hostbased-service datan@TEST || \
{ echo "test_context 1 failed"; exit 1; }
${context} --mech-type=ntlm \
--name-type=hostbased-service datan@host.DOMAIN || \
--name-type=hostbased-service datan@host.TEST || \
{ echo "test_context 2 failed"; exit 1; }
${context} --mech-type=ntlm \
--name-type=hostbased-service datan@host.domain.domain2 || \
--name-type=hostbased-service datan@host.test.domain2 || \
{ echo "test_context 3 failed"; exit 1; }
${context} --mech-type=ntlm \

View File

@@ -1,2 +1,2 @@
# $Id$
DOMAIN:foo:digestpassword
TEST:foo:digestpassword