diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 15:55:04 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-09-27 02:52:38 +0200 |
commit | b97c257f3af942d0767226793fa705940caad8dd (patch) | |
tree | 7816822a2b6adbb0aa0baabd6ce5a187aa9a94d1 /docs-xml/smbdotconf/protocol | |
parent | d1845558e09fd227338d06831f1ea1cf68d2e6fa (diff) | |
download | samba-b97c257f3af942d0767226793fa705940caad8dd.tar.gz samba-b97c257f3af942d0767226793fa705940caad8dd.tar.xz samba-b97c257f3af942d0767226793fa705940caad8dd.zip |
smb.conf(5): Add basic documentation for 'server min protocol'.
Conflicts:
docs-xml/smbdotconf/protocol/serverminprotocol.xml
Diffstat (limited to 'docs-xml/smbdotconf/protocol')
-rw-r--r-- | docs-xml/smbdotconf/protocol/serverminprotocol.xml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/docs-xml/smbdotconf/protocol/serverminprotocol.xml b/docs-xml/smbdotconf/protocol/serverminprotocol.xml index c2a9cf59189..ba0866599ab 100644 --- a/docs-xml/smbdotconf/protocol/serverminprotocol.xml +++ b/docs-xml/smbdotconf/protocol/serverminprotocol.xml @@ -3,21 +3,12 @@ type="enum" developer="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<synonym>min protocol</synonym> <description> - <para>The value of the parameter (a string) is the - lowest SMB protocol dialect than Samba will support. Please refer - to the <smbconfoption name="server max protocol"/> - parameter for a list of valid protocol names and a brief description - of each. You may also wish to refer to the C source code in - <filename moreinfo="none">source/smbd/negprot.c</filename> for a listing of known protocol - dialects supported by clients.</para> - - <para>If you are viewing this parameter as a security measure, you should - also refer to the <smbconfoption name="lanman auth"/> parameter. Otherwise, you should never need - to change this parameter.</para> + <para>This setting controls the minimum protocol version that the server will allow the client to use.</para> </description> -<related>server min protocol</related> +<related>server max protocol</related> <synonym>min protocol</synonym> <value type="default">CORE</value> |