From: Marc Muehlfeld Date: Sat, 16 Jul 2016 18:14:15 +0000 (+0200) Subject: man: Wrong option for parameter ldap ssl in smb.conf man page X-Git-Tag: tevent-0.9.30~240 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=976be8fe39c78acfd3c2a23302d26cc262be0ae0 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 --- diff --git a/docs-xml/smbdotconf/ldap/ldapssl.xml b/docs-xml/smbdotconf/ldap/ldapssl.xml index a50c88e7aae..a53d726ad72 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