Test get and verify MIC.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19449 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-19 15:44:40 +00:00
parent db4922b209
commit 0270e1d1af

View File

@@ -146,7 +146,14 @@ ${context} --mech-type=krb5 --ret-mech-type=ntlm \
echo "======spnego variants context building"
for arg in "" "--mutual" "--delegate" "--mutual --delegate"; do
# Add "--wrapunwrap"
for arg in \
"" \
"--mutual" \
"--delegate" \
"--mutual --delegate" \
"--getverifymic" \
; do
echo "no NTLM acceptor cred ${arg}"
NTLM_ACCEPTOR_CCACHE="${cacheds}-no"