summaryrefslogtreecommitdiffstats
path: root/docs-xml/build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-11-18 12:12:23 +0100
committerAndreas Schneider <asn@samba.org>2013-11-19 09:52:42 +0100
commit5cab201a16663e9d91e4501124d6aeeaaa71e189 (patch)
treef977c4c7366f2bcd24802852aebf3949b22de22a /docs-xml/build
parent0a7eff9cd77516368a1b1b7578bed64c3768b0da (diff)
downloadsamba-5cab201a16663e9d91e4501124d6aeeaaa71e189.tar.gz
samba-5cab201a16663e9d91e4501124d6aeeaaa71e189.tar.xz
samba-5cab201a16663e9d91e4501124d6aeeaaa71e189.zip
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>
Diffstat (limited to 'docs-xml/build')
-rw-r--r--docs-xml/build/DTD/samba.entities9
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>
'>