summaryrefslogtreecommitdiff
path: root/docs-xml/manpages/rpcclient.1.xml
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2016-05-11 18:54:58 +0200
committerJeremy Allison <jra@samba.org>2016-05-12 17:36:09 +0200
commita55ac51f5f67c61bda1fee7067ad7d09a0c1efdf (patch)
tree11bdd953c2626e901370be7dce998bea70485db3 /docs-xml/manpages/rpcclient.1.xml
parentd0cdf02dc9733dae960021ff1ca07587d8155e58 (diff)
downloadsamba-a55ac51f5f67c61bda1fee7067ad7d09a0c1efdf.tar.gz
s3:rpcclient add -m option
Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu May 12 17:36:09 CEST 2016 on sn-devel-144
Diffstat (limited to 'docs-xml/manpages/rpcclient.1.xml')
-rw-r--r--docs-xml/manpages/rpcclient.1.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/manpages/rpcclient.1.xml b/docs-xml/manpages/rpcclient.1.xml
index fcdd0c668d5..2ce1443c7bf 100644
--- a/docs-xml/manpages/rpcclient.1.xml
+++ b/docs-xml/manpages/rpcclient.1.xml
@@ -24,6 +24,7 @@
<arg choice="opt">-c &lt;command string&gt;</arg>
<arg choice="opt">-d debuglevel</arg>
<arg choice="opt">-l logdir</arg>
+ <arg choice="opt">-m maxprotocol</arg>
<arg choice="opt">-N</arg>
<arg choice="opt">-s &lt;smb config file&gt;</arg>
<arg choice="opt">-U username[%password]</arg>
@@ -86,6 +87,19 @@
</varlistentry>
<varlistentry>
+ <term>-m|--max-protocol protocol</term>
+ <listitem><para>This allows the user to select the
+ highest SMB protocol level that rpcclient 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>
+
+ <varlistentry>
<term>-p|--port port</term>
<listitem><para>This number is the TCP port number that will be used
when making connections to the server. The standard (well-known)