diff options
Diffstat (limited to 'docs-xml/manpages/rpcclient.1.xml')
-rw-r--r-- | docs-xml/manpages/rpcclient.1.xml | 14 |
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 <command string></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 <smb config file></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) |