use client-amel
This commit is contained in:
@@ -131,18 +131,27 @@ export NTLM_USER_FILE
|
|||||||
|
|
||||||
echo "test_context --mech-type=ntlm"
|
echo "test_context --mech-type=ntlm"
|
||||||
${test_context} --mech-type=ntlm \
|
${test_context} --mech-type=ntlm \
|
||||||
|
--client-name=foo@TEST \
|
||||||
--name-type=hostbased-service datan@TEST || \
|
--name-type=hostbased-service datan@TEST || \
|
||||||
{ echo "test_context 1 failed"; exit 1; }
|
{ echo "test_context 1 failed"; exit 1; }
|
||||||
|
|
||||||
${test_context} --mech-type=ntlm \
|
${test_context} --mech-type=ntlm \
|
||||||
|
--client-name=foo@TEST \
|
||||||
--name-type=hostbased-service datan@host.TEST || \
|
--name-type=hostbased-service datan@host.TEST || \
|
||||||
{ echo "test_context 2 failed"; exit 1; }
|
{ echo "test_context 2 failed"; exit 1; }
|
||||||
|
|
||||||
|
echo ${test_context} --mech-type=ntlm \
|
||||||
|
--client-name=foo@TEST \
|
||||||
|
--name-type=hostbased-service datan@host.test.domain2
|
||||||
|
bash
|
||||||
|
|
||||||
${test_context} --mech-type=ntlm \
|
${test_context} --mech-type=ntlm \
|
||||||
|
--client-name=foo@TEST \
|
||||||
--name-type=hostbased-service datan@host.test.domain2 || \
|
--name-type=hostbased-service datan@host.test.domain2 || \
|
||||||
{ echo "test_context 3 failed"; exit 1; }
|
{ echo "test_context 3 failed"; exit 1; }
|
||||||
|
|
||||||
${test_context} --mech-type=ntlm \
|
${test_context} --mech-type=ntlm \
|
||||||
|
--client-name=foo@TEST \
|
||||||
--name-type=hostbased-service datan@host.foo 2>/dev/null && \
|
--name-type=hostbased-service datan@host.foo 2>/dev/null && \
|
||||||
{ echo "test_context 4 failed"; exit 1; }
|
{ echo "test_context 4 failed"; exit 1; }
|
||||||
|
|
||||||
@@ -158,6 +167,7 @@ for type in \
|
|||||||
|
|
||||||
echo "Trying NTLM type: ${type}"
|
echo "Trying NTLM type: ${type}"
|
||||||
${test_context} --mech-type=ntlm ${type} \
|
${test_context} --mech-type=ntlm ${type} \
|
||||||
|
--client-name=foo@TEST \
|
||||||
--name-type=hostbased-service datan@TEST || \
|
--name-type=hostbased-service datan@TEST || \
|
||||||
{ echo "test_context 1 failed"; exit 1; }
|
{ echo "test_context 1 failed"; exit 1; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user