Try multiple enctypes.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22019 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-10-24 20:47:59 +00:00
parent c69468f1bb
commit d1de022bb1

View File

@@ -163,6 +163,12 @@ ${klist} > /dev/null || { ec=1 ; eval "${testfailed}"; }
{ ec=1 ; eval "${testfailed}"; }
${kdestroy}
echo "Specific enctype"; > messages.log
${kinit} --password-file=${objdir}/foopassword \
-e ${aesenctype} -e ${aesenctype} \
foo@$R || \
{ ec=1 ; eval "${testfailed}"; }
for a in $enctypes; do
echo "Getting client initial tickets ($a)"; > messages.log
${kinit} --enctype=$a --password-file=${objdir}/foopassword foo@$R || { ec=1 ; eval "${testfailed}"; }