r4632: added spnego testing and no-auth testing in test_w2k3.sh
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Jan 2005 08:58:53 +0000 (08:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:36 +0000 (13:08 -0500)
(This used to be commit 4f30220a5aafb2843e486be4a743e0fe9e9f462c)

source4/script/tests/test_w2k3.sh

index 8166b50f62c1dd285507553fc5de4299e1fe80b2..cc64e23c5c2cd4583c93d87ba3a796a4cdaf45db 100755 (executable)
@@ -33,7 +33,7 @@ testit() {
 }
 
 for transport in ncacn_ip_tcp ncacn_np; do
- for bindoptions in connect sign seal validate bigendian; do
+ for bindoptions in padcheck connect sign seal spnego,sign spnego,seal validate bigendian; do
      case $transport in
         ncacn_np) tests=$ncacn_np_tests ;;
         ncacn_ip_tcp) tests=$ncacn_ip_tcp_tests ;;