mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
d308650145
This seems to be really broken in GnuTLS and the documentation is also
not correct.
This partially reverts 53e3a959b9
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14408
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Jul 1 14:56:33 UTC 2020 on sn-devel-184
20 lines
815 B
XML
20 lines
815 B
XML
<samba:parameter name="tls priority"
|
|
type="string"
|
|
context="G"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option can be set to a string describing the TLS protocols
|
|
to be supported in the parts of Samba that use GnuTLS, specifically
|
|
the AD DC.
|
|
</para>
|
|
<para>The string is appended to the default priority list of GnuTLS.</para>
|
|
<para>The valid options are described in the
|
|
<ulink url="http://gnutls.org/manual/html_node/Priority-Strings.html">GNUTLS
|
|
Priority-Strings documentation at http://gnutls.org/manual/html_node/Priority-Strings.html</ulink>
|
|
</para>
|
|
<para>The SSL3.0 protocol will be disabled.</para>
|
|
</description>
|
|
|
|
<value type="default">NORMAL:-VERS-SSL3.0</value>
|
|
</samba:parameter>
|