Need to use mutual to make this work.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23383 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-07-24 20:03:29 +00:00
parent 8f92cc94b4
commit c16610f924

View File

@@ -234,10 +234,13 @@ ${kinit} --password-file=${objdir}/foopassword user1@${R} || \
{ echo "kinit failed"; exitcode=1; }
echo "Building context on cred w/o aes, but still aes session key"
${context} --mech-type=${mech} \
${context} \
--mech-type=krb5 \
--mutual-auth \
--session-enctype=${coolenctype} \
--name-type=hostbased-service host@no-aes.test.h5l.se || \
{ exitcode=1 ; echo "test failed"; }
#bash
trap "" EXIT