diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-07-23 02:44:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:18 -0500 |
commit | 74b68a75554f338a4af09fb3db0e01dcab97a72b (patch) | |
tree | b0f67cebc19ba8af6a763f30fbca9c0cd6dcdfa8 | |
parent | e248caed12f5d20d3abedfaf84aa18cdff46c95c (diff) | |
download | samba-74b68a75554f338a4af09fb3db0e01dcab97a72b.tar.gz samba-74b68a75554f338a4af09fb3db0e01dcab97a72b.tar.bz2 samba-74b68a75554f338a4af09fb3db0e01dcab97a72b.zip |
r17196: Clarify that SSL is used for LDAP as well as SWAT.
Andrew Bartlett
(This used to be commit d79bfbe87d4eb0e3541f5bdd7eed888ccb20a710)
-rw-r--r-- | source4/build/smb_build/summary.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm index 8e4d36e4ad..83b6ed0757 100644 --- a/source4/build/smb_build/summary.pm +++ b/source4/build/smb_build/summary.pm @@ -40,7 +40,7 @@ sub show($$) print "Summary:\n\n"; showitem($output, "GTK+ frontends", ["gtk","gconf"]); - showitem($output, "SSL in SWAT", ["GNUTLS"]); + showitem($output, "SSL in SWAT and LDAP", ["GNUTLS"]); showitem($output, "threads in smbd (see --with-pthread)", ["PTHREAD"]); showitem($output, "intelligent command line editing", ["READLINE"]); showitem($output, "changing process titles (see --with-setproctitle)", ["SETPROCTITLE"]); |