One more test.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20615 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-05-08 07:39:11 +00:00
parent 4f34cd5a52
commit 931ef65faa

View File

@@ -142,6 +142,15 @@ ${context} --mech-type=ntlm \
host@host.test.h5l.se || \
{ exitcode=1 ; echo test failed; }
echo "NTLM initiator krb5 creds (getverifymic, wrapunwrap)"
${context} --mech-type=ntlm \
--mutual \
--name-type=hostbased-service \
--ret-mech-type=ntlm \
--getverifymic --wrapunwrap \
host@host.test.h5l.se || \
{ exitcode=1 ; echo test failed; }
trap "" EXIT
echo "killing kdc (${kdcpid})"