From cac071999ba5aafbe3db4aa6d71c531d26222be7 Mon Sep 17 00:00:00 2001 From: Marc Muehlfeld Date: Sat, 16 Jul 2016 20:14:15 +0200 Subject: [PATCH] man: 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 Reviewed-by: Andreas Schneider (cherry picked from commit 976be8fe39c78acfd3c2a23302d26cc262be0ae0) --- 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.9.2