r4664: SPNEGO auth in our rpc server now works, so add it to the battery of
[samba.git] / source / script / tests / test_rpc.sh
index b1f24d8b29a79f598ff1c7f8fb5f12a92dee1f00..98fe0ba67e3bce63a7e725774a2fc99e81f08a31 100755 (executable)
@@ -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 ;;