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

abartlet at samba.org abartlet at samba.org
Sun Mar 4 21:02:48 GMT 2007


Author: abartlet
Date: 2007-03-04 21:02:48 +0000 (Sun, 04 Mar 2007)
New Revision: 21686

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

Log:
Do enable TLS, as we have solved the key setup problems, and we need
to get the TLS code covered.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/mktestsetup.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2007-03-04 19:52:16 UTC (rev 21685)
+++ branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2007-03-04 21:02:48 UTC (rev 21686)
@@ -8,10 +8,6 @@
 
 PREFIX=$1
 
-if test -z "$TLS_ENABLED"; then
-	TLS_ENABLED=false
-fi
-
 if test -z "$SHARE_BACKEND"; then
 	SHARE_BACKEND=classic
 fi
@@ -95,7 +91,6 @@
         winbindd socket directory = $WINBINDD_SOCKET_DIR
 	name resolve order = bcast
 	interfaces = 127.0.0.1/8
-	tls enabled = $TLS_ENABLED
         tls dh params file = $DHFILE
 	panic action = $SRCDIR/script/gdb_backtrace %PID% %PROG%
 	wins support = yes



More information about the samba-cvs mailing list