summaryrefslogtreecommitdiff
path: root/source4/client/tests
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-09-08 14:18:04 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-09-08 14:18:04 +1000
commit171986aea25ae5fe7a27cfe5247f2be08163193c (patch)
tree9b5f9e32961c7d2eb9677d9ee89cdf1c470a25b7 /source4/client/tests
parent3eb6f79a02de6820581b91f8d9be80b8dd620119 (diff)
downloadsamba-171986aea25ae5fe7a27cfe5247f2be08163193c.tar.gz
Move blackbox.smbclient to test against the member server.
The DC is now using smb signing, so testing for the old SMB versions won't work. Add a new test script to check 'net join' independent of blackbox.smbclient. Andrew Bartlett (This used to be commit 44ff392ffea52e89a3ac096a6d381ae540d3473c)
Diffstat (limited to 'source4/client/tests')
-rwxr-xr-xsource4/client/tests/test_smbclient.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/client/tests/test_smbclient.sh b/source4/client/tests/test_smbclient.sh
index 27a3488c88a..7ff03ba6e2c 100755
--- a/source4/client/tests/test_smbclient.sh
+++ b/source4/client/tests/test_smbclient.sh
@@ -43,8 +43,6 @@ testit "share and server list" $VALGRIND $smbclient -L $SERVER $CONFIGURATION -
testit "share and server list anonymously" $VALGRIND $smbclient -N -L $SERVER $CONFIGURATION $@ || failed=`expr $failed + 1`
-testit "domain join" $VALGRIND bin/net join $DOMAIN $CONFIGURATION -W "$DOMAIN" -U"$USERNAME%$PASSWORD" $@ || failed=`expr $failed + 1`
-
# Generate random file
cat >tmpfile<<EOF
foo
@@ -128,10 +126,6 @@ runcmd "List directory with LANMAN2" 'ls' -m LANMAN2 || failed=`expr $failed + 1
runcmd "Print current working directory" 'pwd'|| failed=`expr $failed + 1`
-testit "Test login with --machine-pass without kerberos" $VALGRIND $smbclient -c 'ls' $CONFIGURATION //$SERVER/tmp --machine-pass -k no || failed=`expr $failed + 1`
-
-testit "Test login with --machine-pass and kerberos" $VALGRIND $smbclient -c 'ls' $CONFIGURATION //$SERVER/tmp --machine-pass -k yes || failed=`expr $failed + 1`
-
(
echo "password=$PASSWORD"
echo "username=$USERNAME"