1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

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)
This commit is contained in:
Stefan Metzmacher 2005-05-30 14:55:26 +00:00 committed by Gerald (Jerry) Carter
parent 41d7c0c1e3
commit a7e6b41873

View File

@ -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