mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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 <mmuehlfeld@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
dcdef0082a
commit
976be8fe39
@ -14,7 +14,7 @@
|
||||
|
||||
<para>LDAP connections should be secured where possible. This may be
|
||||
done setting <emphasis>either</emphasis> this parameter to
|
||||
<parameter moreinfo="none">Start_tls</parameter>
|
||||
<parameter moreinfo="none">start tls</parameter>
|
||||
<emphasis>or</emphasis> by specifying <parameter moreinfo="none">ldaps://</parameter> in
|
||||
the URL argument of <smbconfoption name="passdb backend"/>.</para>
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
Please note that this parameter does only affect <emphasis>rpc</emphasis>
|
||||
methods. To enable the LDAPv3 StartTLS extended operation (RFC2830) for
|
||||
<emphasis>ads</emphasis>, set
|
||||
<smbconfoption name="ldap ssl">yes</smbconfoption>
|
||||
<smbconfoption name="ldap ssl">start tls</smbconfoption>
|
||||
<emphasis>and</emphasis>
|
||||
<smbconfoption name="ldap ssl ads">yes</smbconfoption>.
|
||||
See <refentrytitle>smb.conf</refentrytitle><manvolnum>5</manvolnum>
|
||||
|
Loading…
Reference in New Issue
Block a user