.gitlab-ci-main.yml: Add safe.directory '*'
[Samba.git] / docs-xml / smbdotconf / security / tlspriority.xml
blob471dc25ba3b42f634191fd5009f0cca716f82b61
1 <samba:parameter name="tls priority"
2                  type="string"
3                  context="G"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5  <description>
6    <para>This option can be set to a string describing the TLS protocols
7    to be supported in the parts of Samba that use GnuTLS, specifically
8    the AD DC.
9    </para>
10    <para>The string is appended to the default priority list of GnuTLS.</para>
11    <para>The valid options are described in the
12    <ulink url="http://gnutls.org/manual/html_node/Priority-Strings.html">GNUTLS
13    Priority-Strings documentation at http://gnutls.org/manual/html_node/Priority-Strings.html</ulink>
14    </para>
15    <para>The SSL3.0 protocol will be disabled.</para>
16  </description>
18  <value type="default">NORMAL:-VERS-SSL3.0</value>
19 </samba:parameter>