summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-10 08:58:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:36 -0500
commitd45e54ea576f4fc928dd2e980a591a72887431f2 (patch)
treee4b6c3d8a54b4462299f70aa8db5ded42e21196b
parent2126b7566460d2040bdbad69386b455c5987cb59 (diff)
downloadsamba-d45e54ea576f4fc928dd2e980a591a72887431f2.tar.gz
samba-d45e54ea576f4fc928dd2e980a591a72887431f2.tar.bz2
samba-d45e54ea576f4fc928dd2e980a591a72887431f2.zip
r4632: added spnego testing and no-auth testing in test_w2k3.sh
(This used to be commit 4f30220a5aafb2843e486be4a743e0fe9e9f462c)
-rwxr-xr-xsource4/script/tests/test_w2k3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_w2k3.sh b/source4/script/tests/test_w2k3.sh
index 8166b50f62..cc64e23c5c 100755
--- a/source4/script/tests/test_w2k3.sh
+++ b/source4/script/tests/test_w2k3.sh
@@ -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 ;;