From 646ed6884c91cde7c9aec6fdb1a25d0e6a0898d0 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 16 Aug 2013 16:44:14 -0700 Subject: Add "max protocol" command line documentation for smbcacls. Signed-off-by: Jeremy Allison Reviewed-by: Michael Adam --- docs-xml/manpages/smbcacls.1.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/manpages/smbcacls.1.xml b/docs-xml/manpages/smbcacls.1.xml index a29236881e..39815a095f 100644 --- a/docs-xml/manpages/smbcacls.1.xml +++ b/docs-xml/manpages/smbcacls.1.xml @@ -33,6 +33,7 @@ -U username -h -d + -m|--max-protocol LEVEL @@ -138,6 +139,19 @@ and masks to a readable string format. + + -m|--max-protocol PROTOCOL_NAME + This allows the user to select the + highest SMB protocol level that smbcacls 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. + + + -t|--test-args -- cgit