diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-02-05 15:55:14 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-02-05 15:55:14 +0100 |
commit | 3f9daf434ab572044e4826d69dd6b7d6c963c547 (patch) | |
tree | 5cccee0044a7b9db821c7c1f8e63b67dc5504aea /source3/libads | |
parent | 512e815d2b5cbc8bc073ff5bf949eb8bfc0d8083 (diff) | |
download | samba-3f9daf434ab572044e4826d69dd6b7d6c963c547.tar.gz samba-3f9daf434ab572044e4826d69dd6b7d6c963c547.tar.bz2 samba-3f9daf434ab572044e4826d69dd6b7d6c963c547.zip |
s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".
Karolin
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index bb2b58e237..edbd69392c 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -672,7 +672,7 @@ got_connection: ldap_set_option(ads->ldap.ld, LDAP_OPT_PROTOCOL_VERSION, &version); - if (lp_parm_bool(-1, "ldap ssl", "ads", false)) { + if ( lp_ldap_ssl_ads() ) { status = ADS_ERROR(smb_ldap_start_tls(ads->ldap.ld, version)); if (!ADS_ERR_OK(status)) { goto out; |