summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-02-24 09:33:19 +0100
committerStefan Metzmacher <metze@samba.org>2010-02-24 11:56:10 +0100
commit654f1147e1bcf146d3c706682c8d3ccef2d31ae4 (patch)
treed46a212a0e77c43ca9d0091f601d7de8687a516c /source3
parent9f2f738a3c7ca5d16094d2ffa100b7135607b06f (diff)
downloadsamba-654f1147e1bcf146d3c706682c8d3ccef2d31ae4.tar.gz
samba-654f1147e1bcf146d3c706682c8d3ccef2d31ae4.tar.bz2
samba-654f1147e1bcf146d3c706682c8d3ccef2d31ae4.zip
s3:selftest: make wbinfo_s3 work on the "member" server too.
metze
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/selftest/tests.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh
index 2fe54b2538..96df0bde11 100755
--- a/source3/selftest/tests.sh
+++ b/source3/selftest/tests.sh
@@ -110,6 +110,20 @@ export PASSWORD
(
shift $#
+ testitprefix="wbinfo_s3."
+ testitenv="dc:local"
+ . $SCRIPTDIR/test_wbinfo_s3.sh \$DOMAIN \$SERVER \$DOMAIN\\\\\$USERNAME \$PASSWORD
+)
+
+(
+ shift $#
+ testitprefix="wbinfo_s3."
+ testitenv="member:local"
+ . $SCRIPTDIR/test_wbinfo_s3.sh \$DOMAIN \$SERVER \$DOMAIN\\\\\$USERNAME \$PASSWORD
+)
+
+(
+ shift $#
testitprefix="ntlm_auth_s3."
testitenv="dc:local"
. $SCRIPTDIR/test_ntlm_auth_s3.sh