Quoting.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22425 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 Kungliga Tekniska H<>gskolan
|
# Copyright (c) 2006 - 2008 Kungliga Tekniska H<>gskolan
|
||||||
# (Royal Institute of Technology, Stockholm, Sweden).
|
# (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
@@ -105,8 +105,8 @@ exitcode=0
|
|||||||
echo "Getting client initial tickets"
|
echo "Getting client initial tickets"
|
||||||
${kinit} --password-file=${objdir}/foopassword user1@${R} || exitcode=1
|
${kinit} --password-file=${objdir}/foopassword user1@${R} || exitcode=1
|
||||||
|
|
||||||
echo ======test naming combinations
|
echo "======test naming combinations"
|
||||||
echo plain
|
echo "plain"
|
||||||
${context} --name-type=hostbased-service host@lucid.test.h5l.se || \
|
${context} --name-type=hostbased-service host@lucid.test.h5l.se || \
|
||||||
{ exitcode=1 ; echo test failed; }
|
{ exitcode=1 ; echo test failed; }
|
||||||
echo "plain (krb5)"
|
echo "plain (krb5)"
|
||||||
|
Reference in New Issue
Block a user