summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/protocol
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-09-26 16:12:16 -0700
committerJelmer Vernooij <jelmer@samba.org>2012-09-27 02:52:38 +0200
commit60b93c314cc204ae0a4e2598100674cf2ff5bf51 (patch)
tree612bd70ca902ffdbc19c270401ad3ccb15ebe9e4 /docs-xml/smbdotconf/protocol
parentb6cb0b65e08aee972321220ae54cdf2d181356a8 (diff)
downloadsamba-60b93c314cc204ae0a4e2598100674cf2ff5bf51.tar.gz
samba-60b93c314cc204ae0a4e2598100674cf2ff5bf51.tar.bz2
samba-60b93c314cc204ae0a4e2598100674cf2ff5bf51.zip
smb.conf(5): Add basic documentation for 'client min protocol'.
Diffstat (limited to 'docs-xml/smbdotconf/protocol')
-rw-r--r--docs-xml/smbdotconf/protocol/clientminprotocol.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/clientminprotocol.xml b/docs-xml/smbdotconf/protocol/clientminprotocol.xml
new file mode 100644
index 0000000000..3bcccec82b
--- /dev/null
+++ b/docs-xml/smbdotconf/protocol/clientminprotocol.xml
@@ -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>