diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-03-04 21:02:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:11 -0500 |
commit | 737d24c9fc7fceb8035b4c4a1e2a9ffa1e060404 (patch) | |
tree | b28dc92c5bcea78c626a3c7f4cc85af2ac9ba29a /source4 | |
parent | d693c2707ba77405fbe42bf6441cc397dd9007a1 (diff) | |
download | samba-737d24c9fc7fceb8035b4c4a1e2a9ffa1e060404.tar.gz samba-737d24c9fc7fceb8035b4c4a1e2a9ffa1e060404.tar.bz2 samba-737d24c9fc7fceb8035b4c4a1e2a9ffa1e060404.zip |
r21686: Do enable TLS, as we have solved the key setup problems, and we need
to get the TLS code covered.
Andrew Bartlett
(This used to be commit 4aa928dac3797664c498094f171ef111f10ab30a)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/script/tests/mktestsetup.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/script/tests/mktestsetup.sh b/source4/script/tests/mktestsetup.sh index 44abf0958f..530d7c8b58 100755 --- a/source4/script/tests/mktestsetup.sh +++ b/source4/script/tests/mktestsetup.sh @@ -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 |