From 252a6b6d8a27f4b8be61c6b091318ddb76776471 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 16 Aug 2013 16:47:13 -0700 Subject: Expand on the documentation of -m max-protocol for SMB2/3 for smbclient. Signed-off-by: Jeremy Allison Reviewed-by: Michael Adam --- docs-xml/manpages/smbclient.1.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs-xml') 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 @@ -m|--max-protocol protocol - This parameter sets the maximum protocol version announced by the client. + 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. -- cgit