summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-04-12 10:25:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:50:01 -0500
commitf1b2b43ba5bfcfca8d4868fec19e9f3789e40a46 (patch)
tree5e07591f82395c69036f85b9ce543f936e6fe39b /testprogs
parentca1e672c6b7ae6ba235720e70253054486da29dd (diff)
downloadsamba-f1b2b43ba5bfcfca8d4868fec19e9f3789e40a46.tar.gz
samba-f1b2b43ba5bfcfca8d4868fec19e9f3789e40a46.tar.bz2
samba-f1b2b43ba5bfcfca8d4868fec19e9f3789e40a46.zip
r22187: Test kerberos logins in the smbclient blackbox tests, including with a
machine account. Andrew Bartlett (This used to be commit 16a2bb87a80ffb921f267492f453eb3457666315)
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/blackbox/test_smbclient.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_smbclient.sh b/testprogs/blackbox/test_smbclient.sh
index a3bd958cc8..413b680a52 100755
--- a/testprogs/blackbox/test_smbclient.sh
+++ b/testprogs/blackbox/test_smbclient.sh
@@ -96,7 +96,9 @@ echo rm tmpfilex | runcmd "Removing file" || failed=`expr $failed + 1`
echo ls | runcmd "List directory with LANMAN1" -m LANMAN1 || failed=`expr $failed + 1`
echo ls | runcmd "List directory with LANMAN2" -m LANMAN2 || failed=`expr $failed + 1`
-echo ls | testit "Test login with --machine-pass" $VALGRIND bin/smbclient $CONFIGURATION //$SERVER/tmp --machine-pass || failed=`expr $failed + 1`
+echo ls | testit "Test login with --machine-pass without kerberos" $VALGRIND bin/smbclient $CONFIGURATION //$SERVER/tmp --machine-pass -k no || failed=`expr $failed + 1`
+
+echo ls | testit "Test login with --machine-pass and kerberos" $VALGRIND bin/smbclient $CONFIGURATION //$SERVER/tmp --machine-pass -k yes || failed=`expr $failed + 1`
(
echo "password=$PASSWORD"