docs-xml: add 'tls trust system cas' and 'tls ca directories' options
[abartlet/samba-autobuild/.git] / docs-xml / smbdotconf / security / tlstrustsystemcas.xml
1 <samba:parameter name="tls trust system cas"
2                  type="boolean"
3                  context="G"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5  <description>
6         <para>With this option the system's default trusted CAs are
7         used to trust SSL/TLS connections.</para>
8
9         <para>Please use this with care, as it really means
10         trusting all CAs installed on the system!</para>
11  </description>
12
13  <related>tls ca directories</related>
14  <related>tls cafile</related>
15  <related>tls crlfile</related>
16  <value type="default">no</value>
17 </samba:parameter>