diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-09-15 17:09:35 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-09-17 05:55:04 +0200 |
commit | 6ef3c98ade76e361d210366a0fe79fc3b66e63be (patch) | |
tree | 32bccb97a2e3db45c82d21dde0ee4c4524a4d82c /docs-xml/smbdotconf/protocol | |
parent | 491237840269943550bb0189c19a460d7a3cf0e7 (diff) | |
download | samba-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
Diffstat (limited to 'docs-xml/smbdotconf/protocol')
-rw-r--r-- | docs-xml/smbdotconf/protocol/clientmaxprotocol.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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> |