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

tridge at samba.org tridge at samba.org
Sat Sep 25 08:14:05 GMT 2004


Author: tridge
Date: 2004-09-25 08:14:05 +0000 (Sat, 25 Sep 2004)
New Revision: 2617

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/script/tests&rev=2617&nolog=1

Log:
add connect testing to the rpc test suite

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_echo.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_echo.sh	2004-09-25 08:08:12 UTC (rev 2616)
+++ branches/SAMBA_4_0/source/script/tests/test_echo.sh	2004-09-25 08:14:05 UTC (rev 2617)
@@ -25,7 +25,7 @@
 }
 
 for transport in ncacn_np ncacn_ip_tcp; do
- for bindoptions in sign seal sign,seal validate padcheck bigendian bigendian,seal; do
+ for bindoptions in connect sign seal sign,seal validate padcheck bigendian bigendian,seal; do
   for ntlmoptions in \
         "--option=ntlmssp_client:ntlm2=yes" \
         "--option=ntlmssp_client:ntlm2=no" \



More information about the samba-cvs mailing list