summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_w2k3.sh
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-05-30 14:55:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:18 -0500
commita7e6b418737161bb2c48449538947f9a9dc49b27 (patch)
treef83a1e96ac6d3c540b4f035be2112de487392527 /source4/script/tests/test_w2k3.sh
parent41d7c0c1e388b86b0ed61c6f4f112ab253355079 (diff)
downloadsamba-a7e6b418737161bb2c48449538947f9a9dc49b27.tar.gz
samba-a7e6b418737161bb2c48449538947f9a9dc49b27.tar.bz2
samba-a7e6b418737161bb2c48449538947f9a9dc49b27.zip
r7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for now
(I also noticed that RPC-SAMR and some other tests are faling against my w2k3 box...) metze (This used to be commit 5531eb852c1e1779c5621a4955d074d5878fc67f)
Diffstat (limited to 'source4/script/tests/test_w2k3.sh')
-rwxr-xr-xsource4/script/tests/test_w2k3.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/script/tests/test_w2k3.sh b/source4/script/tests/test_w2k3.sh
index 8be9b2a3d7..7d52e0a09c 100755
--- a/source4/script/tests/test_w2k3.sh
+++ b/source4/script/tests/test_w2k3.sh
@@ -39,6 +39,9 @@ testit() {
OPTIONS="-U$username%$password -W $domain --option realm=$realm"
+echo Testing RPC-SPOOLSS on ncacn_np
+testit bin/smbtorture ncacn_np:"$server" $OPTIONS RPC-SPOOLSS "$*"
+
for bindoptions in padcheck connect sign seal spnego,sign spnego,seal validate bigendian; do
for transport in ncacn_ip_tcp ncacn_np; do
case $transport in