r21686: Do enable TLS, as we have solved the key setup problems, and we need
authorAndrew Bartlett <abartlet@samba.org>
Sun, 4 Mar 2007 21:02:48 +0000 (21:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:11 +0000 (14:49 -0500)
to get the TLS code covered.

Andrew Bartlett
(This used to be commit 4aa928dac3797664c498094f171ef111f10ab30a)

source4/script/tests/mktestsetup.sh

index 44abf0958fa89ea7ace9e92f3691e2c6e9c55175..530d7c8b58fa07a618c9dd2d5b8493e71ec4a24f 100755 (executable)
@@ -8,10 +8,6 @@ fi
 
 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 @@ cat >$CONFFILE<<EOF
         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