1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

smb.conf(5): Add basic documentation for 'tls crlfile'.

This commit is contained in:
Jelmer Vernooij 2012-09-28 11:05:47 -07:00
parent 008dfb9a21
commit 2e4f054e16

View File

@ -0,0 +1,17 @@
<samba:parameter name="tls crlfile"
type="string"
context="G"
basic="1" advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option can be set to a file containing a certificate
revocation list (CRL).</para>
</description>
<related>tls certfile</related>
<related>tls crlfile</related>
<related>tls dh params file</related>
<related>tls enabled</related>
<related>tls cafile</related>
<value type="default"></value>
</samba:parameter>