docs-xml: document SMB3_10 as available protocol for the client side
authorStefan Metzmacher <metze@samba.org>
Tue, 23 Sep 2014 02:07:00 +0000 (04:07 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 7 Oct 2014 20:47:04 +0000 (22:47 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
docs-xml/manpages/smb.conf.5.xml
docs-xml/smbdotconf/protocol/clientmaxprotocol.xml

index 5cf5adf0509e92ad181ab29f7e8855e1c6e2cbd5..e98d18332ce65d80dd4fca7467ec19a6bee13082 100644 (file)
@@ -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, SMB3_02 or SMB2_FF.</para></listitem>
+                       LANMAN1, LANMAN2, NT1, SMB2_02, SMB2_10, SMB2_22, SMB2_24, SMB3_00, SMB3_02, SMB3_10 or SMB2_FF.</para></listitem>
                </varlistentry>
 
                <varlistentry>
index 6693cd38659dfb9425c60d6ac1d4b6083af774d2..d541425c99d0556970a5123aa2fdef79e45c5082 100644 (file)
@@ -63,6 +63,9 @@
                <listitem>
                    <para><constant>SMB3_02</constant>: Windows 8.1 SMB3 version.</para>
                </listitem>
+               <listitem>
+                   <para><constant>SMB3_10</constant>: Windows 10 technical preview SMB3 version.</para>
+               </listitem>
            </itemizedlist>
            <para>By default SMB3 selects the SMB3_00 variant.</para>
        </listitem>