Revert "kinit: Try anon PKINIT armored FAST when possible"

This reverts commit 313caed18a.
This commit is contained in:
Nicolas Williams
2021-12-15 10:18:31 -06:00
parent d6f9cec30f
commit 3da32ef699
2 changed files with 6 additions and 51 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} --no-pk-anon-fast-armor\
${kinit} \
--anonymous --gss-mech=${mech} @$R 2>/dev/null && \
{ ec=1 ; eval "${testfailed}"; }
done