mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
This will make it easier to support trusting more than one CA. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
18 lines
574 B
XML
18 lines
574 B
XML
<samba:parameter name="tls trust system cas"
|
|
type="boolean"
|
|
context="G"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>With this option the system's default trusted CAs are
|
|
used to trust SSL/TLS connections.</para>
|
|
|
|
<para>Please use this with care, as it really means
|
|
trusting all CAs installed on the system!</para>
|
|
</description>
|
|
|
|
<related>tls ca directories</related>
|
|
<related>tls cafile</related>
|
|
<related>tls crlfile</related>
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|