From 9788d6a3489ff5df0de43ce9fabc35b20df52bb1 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 7 Mar 2012 11:58:51 -0800 Subject: Change default protocol to SMB2_02. Autobuild-User: Jeremy Allison Autobuild-Date: Wed Mar 7 22:41:21 CET 2012 on sn-devel-104 --- docs-xml/smbdotconf/protocol/maxprotocol.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/protocol/maxprotocol.xml b/docs-xml/smbdotconf/protocol/maxprotocol.xml index 3648a5ecb0..2ecf84675d 100644 --- a/docs-xml/smbdotconf/protocol/maxprotocol.xml +++ b/docs-xml/smbdotconf/protocol/maxprotocol.xml @@ -35,8 +35,22 @@ SMB2: Re-implementation of the SMB protocol. - Used by Windows Vista and newer. The Samba implementation of SMB2 is - currently marked experimental! + 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 SMB2 version. + + + By default SMB2 selects the SMB2_02 varient. @@ -48,6 +62,6 @@ min protocol protocol -NT1 +SMB2 LANMAN1 -- cgit