diff options
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages/smbcacls.1.xml | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ <arg choice="opt">-U username</arg> <arg choice="opt">-h</arg> <arg choice="opt">-d</arg> + <arg choice="opt">-e</arg> <arg choice="opt">-m|--max-protocol LEVEL</arg> </cmdsynopsis> </refsynopsisdiv> @@ -140,6 +141,18 @@ </varlistentry> <varlistentry> + <term>-e</term> + <listitem><para>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. + </para></listitem> + </varlistentry> + + <varlistentry> <term>-m|--max-protocol PROTOCOL_NAME</term> <listitem><para>This allows the user to select the highest SMB protocol level that smbcacls will use to |