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:
parent
5423fd3b35
commit
a36f456adf
@ -32,7 +32,7 @@ testit() {
|
||||
}
|
||||
|
||||
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
|
||||
ncalrpc) tests=$ncalrpc_tests ;;
|
||||
ncacn_np) tests=$ncacn_np_tests ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user