From 2cba3dc5cedbbeef17e04a60da40bad710bbdf45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 7 Nov 2006 19:06:49 +0000 Subject: [PATCH] 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 --- tests/gss/check-context.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/gss/check-context.in b/tests/gss/check-context.in index 166847b44..e363dfe0b 100644 --- a/tests/gss/check-context.in +++ b/tests/gss/check-context.in @@ -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 \