Expand on the documentation of -m max-protocol for SMB2/3 for smbclient.
authorJeremy Allison <jra@samba.org>
Fri, 16 Aug 2013 23:47:13 +0000 (16:47 -0700)
committerMichael Adam <obnox@samba.org>
Wed, 21 Aug 2013 15:28:56 +0000 (17:28 +0200)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
docs-xml/manpages/smbclient.1.xml

index 5465edde55bb8e84a9f8746615ca06b173ea4e5d..ad465b88b978507775bbb08c5339d0ea3462284a 100644 (file)
 
                <varlistentry>
                <term>-m|--max-protocol protocol</term>
-               <listitem><para>This parameter sets the maximum protocol version announced by the client.
+               <listitem><para>This allows the user to select the
+               highest SMB protocol level that smbclient will use to
+               connect to the server. By default this is set to
+               NT1, which is the highest available SMB1 protocol.
+               To connect using SMB2 or SMB3 protocol, use the
+               strings SMB2 or SMB3 respectively. Note that to connect
+               to a Windows 2012 server with encrypted transport selecting
+               a max-protocol of SMB3 is required.
                </para></listitem>
                </varlistentry>