diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 16:02:40 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:28 +0200 |
commit | dfe75c2f3591652a370a36f73f70e8055bda9d11 (patch) | |
tree | da429bc41a5a165ab1a7efd126cdd6216b546b96 /docs-xml | |
parent | bea7a251781c65a87af6c6e1568cb71a5aef3f7f (diff) | |
download | samba-dfe75c2f3591652a370a36f73f70e8055bda9d11.tar.gz samba-dfe75c2f3591652a370a36f73f70e8055bda9d11.tar.bz2 samba-dfe75c2f3591652a370a36f73f70e8055bda9d11.zip |
smb.conf(5): Extend 'server min protocol' description.
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/protocol/serverminprotocol.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/protocol/serverminprotocol.xml b/docs-xml/smbdotconf/protocol/serverminprotocol.xml index 58323b5d07..feab2182df 100644 --- a/docs-xml/smbdotconf/protocol/serverminprotocol.xml +++ b/docs-xml/smbdotconf/protocol/serverminprotocol.xml @@ -5,7 +5,12 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <synonym>min protocol</synonym> <description> - <para>This setting controls the minimum protocol version that the server will allow the client to use.</para> + <para>This setting controls the minimum protocol version that the server + will allow the client 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>server max protocol</related> |