From 3dc6daf6a950d7059daa8df40e31b51617310496 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 26 Sep 2012 16:11:05 -0700 Subject: smb.conf(5): Add documentation for 'client max protocol'. --- docs-xml/smbdotconf/protocol/clientmaxprotocol.xml | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 docs-xml/smbdotconf/protocol/clientmaxprotocol.xml diff --git a/docs-xml/smbdotconf/protocol/clientmaxprotocol.xml b/docs-xml/smbdotconf/protocol/clientmaxprotocol.xml new file mode 100644 index 0000000000..06fda5aeb0 --- /dev/null +++ b/docs-xml/smbdotconf/protocol/clientmaxprotocol.xml @@ -0,0 +1,78 @@ + + + The value of the parameter (a string) is the highest + protocol level that will be supported by the client. + + Possible values are : + + + CORE: Earliest version. No + concept of user names. + + + + COREPLUS: Slight improvements on + CORE for efficiency. + + + + LANMAN1: First modern + version of the protocol. Long filename support. + + + + LANMAN2: Updates to Lanman1 protocol. + + + + NT1: Current up to date version of the protocol. + Used by Windows NT. Known as CIFS. + + + + SMB2: Re-implementation of the SMB protocol. + Used by Windows Vista and later versions of Windows. SMB2 has sub protocols available. + + + SMB2_02: The earliest SMB2 version. + + + SMB2_10: Windows 7 SMB2 version. + + + SMB2_22: Early Windows 8 SMB2 version. + + + SMB2_24: Windows 8 beta SMB2 version. + + + By default SMB2 selects the SMB2_10 variant. + + + + SMB3: The same as SMB2. + Used by Windows 8. SMB3 has sub protocols available. + + + SMB3_00: Windows 8 SMB3 version. (mostly the same as SMB2_24) + + + By default SMB3 selects the SMB3_00 variant. + + + + Normally this option should not be set as the automatic + negotiation phase in the SMB protocol takes care of choosing + the appropriate protocol. + + +server max protocol +client mn protocol + +SMB3 +LANMAN1 + -- cgit