smb.conf(5): Add basic documentation for 'client min protocol'.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 26 Sep 2012 23:12:16 +0000 (16:12 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 27 Sep 2012 00:52:38 +0000 (02:52 +0200)
docs-xml/smbdotconf/protocol/clientminprotocol.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/protocol/clientminprotocol.xml b/docs-xml/smbdotconf/protocol/clientminprotocol.xml
new file mode 100644 (file)
index 0000000..3bcccec
--- /dev/null
@@ -0,0 +1,19 @@
+<samba:parameter name="client min protocol"
+                 context="G"
+                 type="enum"
+                                developer="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+       <para>This setting controls the minimum protocol version that the client
+               will attempt to use.</para>
+
+    <para>Normally this option should not be set as the automatic 
+    negotiation phase in the SMB protocol takes care of choosing 
+    the appropriate protocol.</para>
+</description>
+
+<related>client max protocol</related>
+<related>server min protocol</related>
+<value type="default">CORE</value>
+<value type="example">NT1</value>
+</samba:parameter>