svn commit: samba r4632 - in branches/SAMBA_4_0/source/script/tests: .

tridge at samba.org tridge at samba.org
Mon Jan 10 08:58:54 GMT 2005


Author: tridge
Date: 2005-01-10 08:58:53 +0000 (Mon, 10 Jan 2005)
New Revision: 4632

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4632

Log:
added spnego testing and no-auth testing in test_w2k3.sh



Modified:
   branches/SAMBA_4_0/source/script/tests/test_w2k3.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_w2k3.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_w2k3.sh	2005-01-10 08:57:54 UTC (rev 4631)
+++ branches/SAMBA_4_0/source/script/tests/test_w2k3.sh	2005-01-10 08:58:53 UTC (rev 4632)
@@ -33,7 +33,7 @@
 }
 
 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 ;;



More information about the samba-cvs mailing list