s3/loadparm.c: Change default value for "ldap ssl".
commit7dbd7074c2b69828078750b88502218bae65c3de
authorKarolin Seeger <kseeger@samba.org>
Wed, 17 Dec 2008 14:53:51 +0000 (17 15:53 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 28 Jan 2009 08:39:48 +0000 (28 09:39 +0100)
treecdd00281272d07d88303f750cf34799668cca48c
parent28bed70e5b44d05bb15f878d0a5e382ec19a447c
s3/loadparm.c: Change default value for "ldap ssl".

LDAP_SSL_ON is not defined at all. That's why the actual default value
was "" for a long time. Set a more sensible default value without chnging the
default behaviour.

-----8<------------------snip--------------8<--------------
user@host:/data/git/samba/v3-0-test/source> git grep LDAP_SSL_ON | cat
include/smb.h:enum ldap_ssl_types {LDAP_SSL_ON, LDAP_SSL_OFF,
LDAP_SSL_START_TLS};
param/loadparm.c:       Globals.ldap_ssl = LDAP_SSL_ON;
----->8------------------snap-------------->8--------------

It's the same in 3.2 and 3.3 series.

Karolin
(cherry picked from commit e6d883e003d4560c55259ae1cfdf7319602f76e3)
(cherry picked from commit 5c686419096362176d80f3d05339b8836d0178a4)
source/param/loadparm.c