Test that we copy forwardable/renewable flags from TGT in TGS-REQ
This commit is contained in:
@@ -308,6 +308,14 @@ echo "Getting x-realm tickets with capaths for $R -> $R5"
|
||||
${kgetcred} foo@${R5} || { ec=1 ; eval "${testfailed}"; }
|
||||
${kdestroy}
|
||||
|
||||
echo "Testing forwardable/renewable flag copying in TGS-REQ"
|
||||
${kinit} -f --renewable -r 5d --password-file=${objdir}/foopassword foo@$R || \
|
||||
{ ec=1 ; eval "${testfailed}"; }
|
||||
${kgetcred} ${server}@${R} || { ec=1 ; eval "${testfailed}"; }
|
||||
${klist} -f | grep ${server} | grep FRA > /dev/null || \
|
||||
{ ec=1 ; eval "${testfailed}"; }
|
||||
|
||||
|
||||
echo "Specific enctype"; > messages.log
|
||||
${kinit} --password-file=${objdir}/foopassword \
|
||||
-e ${aesenctype} -e ${aesenctype} \
|
||||
|
Reference in New Issue
Block a user