From 5b60d95abc767131b97151f03d7f668c81e728cb Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 16 Aug 2013 16:45:26 -0700 Subject: Add "-e" encrypt transport command line option documentation for smbcacls. Signed-off-by: Jeremy Allison Reviewed-by: Michael Adam --- docs-xml/manpages/smbcacls.1.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/manpages/smbcacls.1.xml b/docs-xml/manpages/smbcacls.1.xml index 39815a095f..f8816ad928 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 @@ -139,6 +140,18 @@ and masks to a readable string format. + + -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 -- cgit