From b97c257f3af942d0767226793fa705940caad8dd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 26 Sep 2012 15:55:04 -0700 Subject: smb.conf(5): Add basic documentation for 'server min protocol'. Conflicts: docs-xml/smbdotconf/protocol/serverminprotocol.xml --- docs-xml/smbdotconf/protocol/serverminprotocol.xml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'docs-xml/smbdotconf/protocol/serverminprotocol.xml') diff --git a/docs-xml/smbdotconf/protocol/serverminprotocol.xml b/docs-xml/smbdotconf/protocol/serverminprotocol.xml index c2a9cf5918..ba0866599a 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"> +min protocol - The value of the parameter (a string) is the - lowest SMB protocol dialect than Samba will support. Please refer - to the - 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 - source/smbd/negprot.c for a listing of known protocol - dialects supported by clients. - - If you are viewing this parameter as a security measure, you should - also refer to the parameter. Otherwise, you should never need - to change this parameter. + This setting controls the minimum protocol version that the server will allow the client to use. -server min protocol +server max protocol min protocol CORE -- cgit