docs-xml: remove explicit "constant"
[samba.git] / docs-xml / smbdotconf / security / tlsdhparamsfile.xml
1 <samba:parameter name="tls dh params file"
2                  type="string"
3                  context="G"
4                  function="_tls_dhpfile"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6  <description>
7          <para>This option can be set to a file with Diffie-Hellman parameters
8                  which will be used with DH ciphers.
9          </para>
10          <para>This path is relative to <smbconfoption name="private dir"/> if the path
11          does not start with a /.</para>
12 </description>
13
14  <related>tls certfile</related>
15  <related>tls crlfile</related>
16  <related>tls cafile</related>
17  <related>tls enabled</related>
18  <related>tls keyfile</related>
19  <value type="default"></value>
20 </samba:parameter>