Create a request structure
This commit is contained in:

committed by
Love Hörnquist Åstrand

parent
ca060554fb
commit
13eeb30a1d
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user