Correct DOMAIN name
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19523 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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 \
|
||||
|
@@ -1,2 +1,2 @@
|
||||
# $Id$
|
||||
DOMAIN:foo:digestpassword
|
||||
TEST:foo:digestpassword
|
||||
|
Reference in New Issue
Block a user