Test mutual contexts and a commited out dce-style test

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18938 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-07 19:06:49 +00:00
parent 4806754426
commit 2cba3dc5ce

View File

@@ -102,6 +102,7 @@ exitcode=0
echo "Getting client initial tickets"
${kinit} --password-file=${objdir}/foopassword user1@${R} || exitcode=1
echo test naming combinations
echo plain
${context} --name-type=hostbased-service host@lucid.example.org || \
{ exitcode=1 ; echo test failed; }
@@ -127,6 +128,16 @@ echo "dns canon off (short name, krb5)"
${context} --no-dns-canon --name-type=krb5-principal-name host/lucid || \
{ exitcode=1 ; echo test failed; }
echo "test context building"
echo "mutual"
${context} --mutual --name-type=hostbased-service host@lucid.example.org || \
{ exitcode=1 ; echo test failed; }
#echo "dce-style"
#${context} --dce-style --name-type=hostbased-service host@lucid.example.org || \
# { exitcode=1 ; echo test failed; }
#echo "sasl-digest-md5"
#${context} --mech-type=sasl-digest-md5 \
# --name-type=hostbased-service \