From 5531eb852c1e1779c5621a4955d074d5878fc67f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 30 May 2005 14:55:26 +0000 Subject: [PATCH 1/1] 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 --- source/script/tests/test_w2k3.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/script/tests/test_w2k3.sh b/source/script/tests/test_w2k3.sh index 8be9b2a3d74..7d52e0a09c0 100755 --- a/source/script/tests/test_w2k3.sh +++ b/source/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 -- 2.34.1