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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user