From: Jeremy Allison Date: Fri, 16 Aug 2013 23:44:14 +0000 (-0700) Subject: Add "max protocol" command line documentation for smbcacls. X-Git-Tag: talloc-2.1.0~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=646ed6884c91cde7c9aec6fdb1a25d0e6a0898d0;p=thirdparty%2Fsamba.git Add "max protocol" command line documentation for smbcacls. Signed-off-by: Jeremy Allison Reviewed-by: Michael Adam --- diff --git a/docs-xml/manpages/smbcacls.1.xml b/docs-xml/manpages/smbcacls.1.xml index a29236881e7..39815a095f2 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