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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user