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

diff --git a/docs-xml/smbdotconf/security/tlsenabled.xml b/docs-xml/smbdotconf/security/tlsenabled.xml
new file mode 100644 (file)
index 0000000..9bd736a
--- /dev/null
@@ -0,0 +1,11 @@
+<samba:parameter name="tls enabled"
+                        type="boolean"
+                 context="G"
+                 basic="1"
+                xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+ <description>
+        <para>If this option is set to <constant>yes</constant>, then Samba
+                will use TLS when possible in communication.</para>
+ </description>
+ <value type="default">yes</value>
+</samba:parameter>