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

tridge at samba.org tridge at samba.org
Tue Jan 11 01:57:44 GMT 2005


Author: tridge
Date: 2005-01-11 01:57:44 +0000 (Tue, 11 Jan 2005)
New Revision: 4664

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

Log:
SPNEGO auth in our rpc server now works, so add it to the battery of
tests in test_rpc.sh

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_rpc.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_rpc.sh	2005-01-11 01:53:14 UTC (rev 4663)
+++ branches/SAMBA_4_0/source/script/tests/test_rpc.sh	2005-01-11 01:57:44 UTC (rev 4664)
@@ -32,7 +32,7 @@
 }
 
 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 ;;



More information about the samba-cvs mailing list