diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 16:12:16 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-09-27 02:52:38 +0200 |
commit | 60b93c314cc204ae0a4e2598100674cf2ff5bf51 (patch) | |
tree | 612bd70ca902ffdbc19c270401ad3ccb15ebe9e4 /docs-xml/smbdotconf/protocol | |
parent | b6cb0b65e08aee972321220ae54cdf2d181356a8 (diff) | |
download | samba-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.xml | 19 |
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> |