diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 12:12:23 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-11-22 11:45:48 +0100 |
commit | 000e7e6ea88574d7f0a088208042ad3655fcae6f (patch) | |
tree | 8a59490840fe2c0edec1927fcc9bf698558714b8 /docs-xml | |
parent | 2f20e1fc5433601c883da1b0a8cdf40a43c79a82 (diff) | |
download | samba-000e7e6ea88574d7f0a088208042ad3655fcae6f.tar.gz |
docs: better document -e|--encrypt option globally.
This is taken from smbclient manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit 5cab201a16663e9d91e4501124d6aeeaaa71e189)
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/build/DTD/samba.entities | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs-xml/build/DTD/samba.entities b/docs-xml/build/DTD/samba.entities index cb683d1d47..1e852ec01c 100644 --- a/docs-xml/build/DTD/samba.entities +++ b/docs-xml/build/DTD/samba.entities @@ -483,7 +483,14 @@ Try to use the credentials cached by winbind. <!ENTITY stdarg.encrypt ' <varlistentry> <term>-e|--encrypt</term> -<listitem><para>Encrypt SMB transport (UNIX extended servers only). +<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> '> |