summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-09-15 17:09:35 +0200
committerStefan Metzmacher <metze@samba.org>2013-09-17 05:55:04 +0200
commit6ef3c98ade76e361d210366a0fe79fc3b66e63be (patch)
tree32bccb97a2e3db45c82d21dde0ee4c4524a4d82c
parent491237840269943550bb0189c19a460d7a3cf0e7 (diff)
downloadsamba-6ef3c98ade76e361d210366a0fe79fc3b66e63be.tar.gz
samba-6ef3c98ade76e361d210366a0fe79fc3b66e63be.tar.bz2
samba-6ef3c98ade76e361d210366a0fe79fc3b66e63be.zip
docs-xml: document SMB3_02 as available protocol for the client side
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Sep 17 05:55:04 CEST 2013 on sn-devel-104
-rw-r--r--docs-xml/manpages/smb.conf.5.xml2
-rw-r--r--docs-xml/smbdotconf/protocol/clientmaxprotocol.xml3
2 files changed, 4 insertions, 1 deletions
diff --git a/docs-xml/manpages/smb.conf.5.xml b/docs-xml/manpages/smb.conf.5.xml
index 975d1058cf..399e996c8e 100644
--- a/docs-xml/manpages/smb.conf.5.xml
+++ b/docs-xml/manpages/smb.conf.5.xml
@@ -471,7 +471,7 @@ chmod 1770 /usr/local/samba/lib/usershares
<varlistentry>
<term>%R</term>
<listitem><para>the selected protocol level after protocol negotiation. It can be one of CORE, COREPLUS,
- LANMAN1, LANMAN2, NT1, SMB2_02, SMB2_10, SMB2_22, SMB2_24, SMB3_00 or SMB2_FF.</para></listitem>
+ LANMAN1, LANMAN2, NT1, SMB2_02, SMB2_10, SMB2_22, SMB2_24, SMB3_00, SMB3_02 or SMB2_FF.</para></listitem>
</varlistentry>
<varlistentry>
diff --git a/docs-xml/smbdotconf/protocol/clientmaxprotocol.xml b/docs-xml/smbdotconf/protocol/clientmaxprotocol.xml
index 06fda5aeb0..c7a9fd14c5 100644
--- a/docs-xml/smbdotconf/protocol/clientmaxprotocol.xml
+++ b/docs-xml/smbdotconf/protocol/clientmaxprotocol.xml
@@ -60,6 +60,9 @@
<listitem>
<para><constant>SMB3_00</constant>: Windows 8 SMB3 version. (mostly the same as SMB2_24)</para>
</listitem>
+ <listitem>
+ <para><constant>SMB3_02</constant>: Windows 8.1 SMB3 version.</para>
+ </listitem>
</itemizedlist>
<para>By default SMB3 selects the SMB3_00 variant.</para>
</listitem>