smb.conf(5): Add basic documentation for 'tls dh params file'.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 28 Sep 2012 18:13:13 +0000 (11:13 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Oct 2012 20:34:31 +0000 (22:34 +0200)
docs-xml/smbdotconf/security/tlsdhparamsfile.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/security/tlsdhparamsfile.xml b/docs-xml/smbdotconf/security/tlsdhparamsfile.xml
new file mode 100644 (file)
index 0000000..ba809c7
--- /dev/null
@@ -0,0 +1,18 @@
+<samba:parameter name="tls dh params file"
+                 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 with Diffie-Hellman parameters
+                which will be used with EDH ciphers.
+        </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>