From cda1b516f0c58460e126d275d5305620d5777202 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 16 Aug 2013 16:45:26 -0700 Subject: [PATCH] Add "-e" encrypt transport command line option documentation for smbcacls. Signed-off-by: Jeremy Allison Reviewed-by: Michael Adam (cherry picked from commit 5b60d95abc767131b97151f03d7f668c81e728cb) --- docs-xml/manpages/smbcacls.1.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs-xml/manpages/smbcacls.1.xml b/docs-xml/manpages/smbcacls.1.xml index fdc3f58bf73..22b55ccc2a1 100644 --- a/docs-xml/manpages/smbcacls.1.xml +++ b/docs-xml/manpages/smbcacls.1.xml @@ -33,6 +33,7 @@ -U username -h -d + -e -m|--max-protocol LEVEL @@ -140,6 +141,18 @@ + -e + This command line parameter requires the remote + server support the UNIX extensions or that the SMB3 protocol has been selected. + Requests that the connection be encrypted. Negotiates SMB encryption using either + SMB3 or POSIX extensions via GSSAPI. Uses the given credentials for + the encryption negotiation (either kerberos or NTLMv1/v2 if given + domain/username/password triple. Fails the connection if encryption + cannot be negotiated. + + + + -m|--max-protocol PROTOCOL_NAME This allows the user to select the highest SMB protocol level that smbcacls will use to -- 2.11.4.GIT