diff options
author | Jeremy Allison <jra@samba.org> | 2013-08-16 16:45:26 -0700 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-08-21 17:28:55 +0200 |
commit | 5b60d95abc767131b97151f03d7f668c81e728cb (patch) | |
tree | ac778fd42866d9521d7a46e0360dcfa7c22fa564 | |
parent | 646ed6884c91cde7c9aec6fdb1a25d0e6a0898d0 (diff) | |
download | samba-5b60d95abc767131b97151f03d7f668c81e728cb.tar.gz samba-5b60d95abc767131b97151f03d7f668c81e728cb.tar.bz2 samba-5b60d95abc767131b97151f03d7f668c81e728cb.zip |
Add "-e" encrypt transport command line option documentation for smbcacls.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
-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 |