diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-05-17 12:42:39 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-05-17 12:42:39 +0000 |
commit | eed5094264945ca8ccf47030375cc56808ae8ea3 (patch) | |
tree | 4a39aca15191b1a857e60f5a4b761fce29867688 /source3/acconfig.h | |
parent | a64932dfc06af46d4a4eebd6fb537e229466b00b (diff) | |
download | samba-eed5094264945ca8ccf47030375cc56808ae8ea3.tar.gz samba-eed5094264945ca8ccf47030375cc56808ae8ea3.tar.xz samba-eed5094264945ca8ccf47030375cc56808ae8ea3.zip |
This removes --with-ssl from Samba.
This option was badly maintained, useless and confused our users and
distirbutors. (its SSL, therfore it must be good...)
No windows client uses this protocol without help from an SSL tunnel.
I can't see any reason why setting up a unix-side SSL wrapper would
be any more difficult than the > 10 config options this mess added
to samba in any case.
On the Samba client end, I think the LIBSMB_PROG hack should be
sufficient to start stunnel on the unix side. We might extend this
to take %i and %p (IP and port) if there is demand.
Andrew Bartlett
(This used to be commit b04561d3fd3ee732877790fb4193b20ad72a75f8)
Diffstat (limited to 'source3/acconfig.h')
-rw-r--r-- | source3/acconfig.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index 25e8ef9bf34..3962b185548 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -58,8 +58,6 @@ #undef HAVE_SET_AUTH_PARAMETERS #undef WITH_SYSLOG #undef WITH_PROFILE -#undef WITH_SSL -#undef SSL_DIR #undef WITH_PAM #undef WITH_NISPLUS_HOME #undef WITH_AUTOMOUNT |