blob: b965b1ebec483e7a4fcbd182a03993bb9729fbcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<samba:parameter name="tls dh params file"
type="string"
context="G"
basic="1" advanced="1" developer="1"
function="_tls_dhpfile"
constant="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option can be set to a file with Diffie-Hellman parameters
which will be used with EDH ciphers.
</para>
<para>This path is relative to <smbconfoption name="private dir"/> if the path
does not start with a /.</para>
</description>
<related>tls certfile</related>
<related>tls crlfile</related>
<related>tls cafile</related>
<related>tls enabled</related>
<related>tls keyfile</related>
<value type="default"></value>
</samba:parameter>
|