diff options
author | Jeremy Allison <jra@samba.org> | 2013-08-16 16:47:13 -0700 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-08-21 17:28:56 +0200 |
commit | 252a6b6d8a27f4b8be61c6b091318ddb76776471 (patch) | |
tree | d5224716e3c5f273e2f2a2bde795759fd5263f9d /docs-xml/manpages/smbclient.1.xml | |
parent | 5b60d95abc767131b97151f03d7f668c81e728cb (diff) | |
download | samba-252a6b6d8a27f4b8be61c6b091318ddb76776471.tar.gz samba-252a6b6d8a27f4b8be61c6b091318ddb76776471.tar.bz2 samba-252a6b6d8a27f4b8be61c6b091318ddb76776471.zip |
Expand on the documentation of -m max-protocol for SMB2/3 for smbclient.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'docs-xml/manpages/smbclient.1.xml')
-rw-r--r-- | docs-xml/manpages/smbclient.1.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml index 5465edde55..ad465b88b9 100644 --- a/docs-xml/manpages/smbclient.1.xml +++ b/docs-xml/manpages/smbclient.1.xml @@ -256,7 +256,14 @@ <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> |