kinit: Try anon PKINIT armored FAST when possible
This commit is contained in:

committed by
Luke Howard

parent
a616cec9d8
commit
313caed18a
@@ -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
|
||||
|
Reference in New Issue
Block a user