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