kdestroy after test
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24599 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -349,6 +349,7 @@ ${kadmin} add_enctype -r krbtgt/${R}@${R} aes256-cts-hmac-sha1-96 || \
|
|||||||
echo "try initial ticket with random aes key on krbtgt"
|
echo "try initial ticket with random aes key on krbtgt"
|
||||||
${kinit} --password-file=${objdir}/foopassword foo@${R} || \
|
${kinit} --password-file=${objdir}/foopassword foo@${R} || \
|
||||||
{ ec=1 ; eval "${testfailed}"; }
|
{ ec=1 ; eval "${testfailed}"; }
|
||||||
|
${kdestroy}
|
||||||
|
|
||||||
rsa=yes
|
rsa=yes
|
||||||
pkinit=no
|
pkinit=no
|
||||||
@@ -373,7 +374,6 @@ if test "$pkinit" = yes -a "$rsa" = yes ; then
|
|||||||
${kgetcred} ${server}@${R} || { ec=1 ; eval "${testfailed}"; }
|
${kgetcred} ${server}@${R} || { ec=1 ; eval "${testfailed}"; }
|
||||||
${kdestroy}
|
${kdestroy}
|
||||||
|
|
||||||
|
|
||||||
for type in "" "--pk-use-enckey"; do
|
for type in "" "--pk-use-enckey"; do
|
||||||
echo "Trying pk-init (principal in certificate) $type"; > messages.log
|
echo "Trying pk-init (principal in certificate) $type"; > messages.log
|
||||||
base="${srcdir}/../../lib/hx509/data"
|
base="${srcdir}/../../lib/hx509/data"
|
||||||
|
Reference in New Issue
Block a user