docs: Update smbclient manpage for --max-protocol
authorAndreas Schneider <asn@samba.org>
Fri, 22 Mar 2019 13:39:11 +0000 (14:39 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 22 Mar 2019 15:03:43 +0000 (15:03 +0000)
We default to SMB3 now.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13857

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri Mar 22 15:03:43 UTC 2019 on sn-devel-144

docs-xml/manpages/smbclient.1.xml

index e71a21a95e373398726998a13a3945824cfb08c9..e25f7d3517b398ae9509c1e93bb0bd8d5721c192 100644 (file)
                <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
+               highest available SMB3 protocol version.
+               To connect using SMB2 or SMB1 protocol, use the
+               strings SMB2 or NT1 respectively. Note that to connect
                to a Windows 2012 server with encrypted transport selecting
                a max-protocol of SMB3 is required.
                </para></listitem>