test wrapunwrap
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24784 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -177,24 +177,28 @@ echo "======test context building"
|
|||||||
for mech in krb5 spnego ; do
|
for mech in krb5 spnego ; do
|
||||||
echo "${mech} no-mutual"
|
echo "${mech} no-mutual"
|
||||||
${context} --mech-type=${mech} \
|
${context} --mech-type=${mech} \
|
||||||
|
--wrapunwrap \
|
||||||
--name-type=hostbased-service host@lucid.test.h5l.se || \
|
--name-type=hostbased-service host@lucid.test.h5l.se || \
|
||||||
{ exitcode=1 ; echo "test failed"; }
|
{ exitcode=1 ; echo "test failed"; }
|
||||||
|
|
||||||
echo "${mech} mutual"
|
echo "${mech} mutual"
|
||||||
${context} --mech-type=${mech} \
|
${context} --mech-type=${mech} \
|
||||||
--mutual \
|
--mutual \
|
||||||
|
--wrapunwrap \
|
||||||
--name-type=hostbased-service host@lucid.test.h5l.se || \
|
--name-type=hostbased-service host@lucid.test.h5l.se || \
|
||||||
{ exitcode=1 ; echo "test failed"; }
|
{ exitcode=1 ; echo "test failed"; }
|
||||||
|
|
||||||
echo "${mech} delegate"
|
echo "${mech} delegate"
|
||||||
${context} --mech-type=${mech} \
|
${context} --mech-type=${mech} \
|
||||||
--delegate \
|
--delegate \
|
||||||
|
--wrapunwrap \
|
||||||
--name-type=hostbased-service host@lucid.test.h5l.se || \
|
--name-type=hostbased-service host@lucid.test.h5l.se || \
|
||||||
{ exitcode=1 ; echo "test failed"; }
|
{ exitcode=1 ; echo "test failed"; }
|
||||||
|
|
||||||
echo "${mech} mutual delegate"
|
echo "${mech} mutual delegate"
|
||||||
${context} --mech-type=${mech} \
|
${context} --mech-type=${mech} \
|
||||||
--mutual --delegate \
|
--mutual --delegate \
|
||||||
|
--wrapunwrap \
|
||||||
--name-type=hostbased-service host@lucid.test.h5l.se || \
|
--name-type=hostbased-service host@lucid.test.h5l.se || \
|
||||||
{ exitcode=1 ; echo "test failed"; }
|
{ exitcode=1 ; echo "test failed"; }
|
||||||
done
|
done
|
||||||
@@ -208,6 +212,7 @@ for mech in krb5 ; do
|
|||||||
--mech-type=${mech} \
|
--mech-type=${mech} \
|
||||||
--mutual \
|
--mutual \
|
||||||
--dce-style \
|
--dce-style \
|
||||||
|
--wrapunwrap \
|
||||||
--name-type=hostbased-service host@lucid.test.h5l.se || \
|
--name-type=hostbased-service host@lucid.test.h5l.se || \
|
||||||
{ exitcode=1 ; echo "test failed"; }
|
{ exitcode=1 ; echo "test failed"; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user