From ebecab087ee989c65535729af81179e5fd35fa95 Mon Sep 17 00:00:00 2001 From: Marc Muehlfeld Date: Sat, 16 Jul 2016 20:14:15 +0200 Subject: [PATCH] Wrong option for parameter ldap ssl in smb.conf man page - "ldap ssl" does not accept the value "yes" - Replaced "start_tls" with "start tls". Bug: https://bugzilla.samba.org/show_bug.cgi?id=12023 Signed-off-by: Marc Muehlfeld --- docs-xml/smbdotconf/ldap/ldapssl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-xml/smbdotconf/ldap/ldapssl.xml b/docs-xml/smbdotconf/ldap/ldapssl.xml index a50c88e..a53d726 100644 --- a/docs-xml/smbdotconf/ldap/ldapssl.xml +++ b/docs-xml/smbdotconf/ldap/ldapssl.xml @@ -14,7 +14,7 @@ LDAP connections should be secured where possible. This may be done setting either this parameter to - Start_tls + start tls or by specifying ldaps:// in the URL argument of . @@ -36,7 +36,7 @@ Please note that this parameter does only affect rpc methods. To enable the LDAPv3 StartTLS extended operation (RFC2830) for ads, set - yes + start tls and yes. See smb.conf5 -- 2.7.4