kinit: Try anon PKINIT armored FAST when possible

This commit is contained in:
Nicolas Williams
2021-12-08 21:35:05 -06:00
committed by Luke Howard
parent a616cec9d8
commit 313caed18a
2 changed files with 51 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ for mech in sanon-x25519 spnego ; do
{ ec=1 ; eval "${testfailed}"; }
echo "Trying ${mech} pre-authentication with no FAST armor"; > messages.log
${kinit} \
${kinit} --no-pk-anon-fast-armor\
--anonymous --gss-mech=${mech} @$R 2>/dev/null && \
{ ec=1 ; eval "${testfailed}"; }
done