1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

r4664: SPNEGO auth in our rpc server now works, so add it to the battery of

tests in test_rpc.sh
(This used to be commit 69ffbd4cedaddd71fad9bab2375dc634479c0ed6)
This commit is contained in:
Andrew Tridgell 2005-01-11 01:57:44 +00:00 committed by Gerald (Jerry) Carter
parent 5423fd3b35
commit a36f456adf

View File

@ -32,7 +32,7 @@ testit() {
} }
for transport in ncalrpc ncacn_np ncacn_ip_tcp; do for transport in ncalrpc ncacn_np ncacn_ip_tcp; do
for bindoptions in connect sign seal sign,seal validate padcheck bigendian bigendian,seal; do for bindoptions in connect sign seal sign,seal spnego spnego,sign spnego,seal validate padcheck bigendian bigendian,seal; do
case $transport in case $transport in
ncalrpc) tests=$ncalrpc_tests ;; ncalrpc) tests=$ncalrpc_tests ;;
ncacn_np) tests=$ncacn_np_tests ;; ncacn_np) tests=$ncacn_np_tests ;;