Create a request structure

This commit is contained in:
Love Hornquist Astrand
2011-05-10 23:43:53 -07:00
committed by Love Hörnquist Åstrand
parent ca060554fb
commit 13eeb30a1d
7 changed files with 574 additions and 478 deletions

View File

@@ -43,7 +43,7 @@ export KRB5_CONFIG
testfailed="echo test failed; cat messages.log; exit 1"
# If there is no useful db support compile in, disable test
${have_db} || exit 77
#${have_db} || exit 77
R=TEST.H5L.SE
@@ -139,6 +139,9 @@ if [ -f ${mit}/kinit ] ; then
echo "Checking for FAST avail"
${klist} --hidden | grep fast_avail > /dev/null || { exit 1; }
echo "Getting service ticket"
${mit}/kvno -c ${cache} ${server}@${R} || { exit 1; }
fi