From 5b92e5f016177f287993f8da8fdaf5b7fd1d0762 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 31 Dec 2007 06:17:01 +0000 Subject: [PATCH] Add in the docs for -e and posix_encrypt commands. Jeremy. --- docs/manpages-3/smbclient.1.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index 6aa8c85a851..a3be09fe265 100644 --- a/docs/manpages-3/smbclient.1.xml +++ b/docs/manpages-3/smbclient.1.xml @@ -19,6 +19,7 @@ smbclient -b <buffer size> -d debuglevel + -e -L <netbios name> -U username -I destinationIP @@ -42,6 +43,7 @@ password -b <buffer size> -d debuglevel + -e -D Directory -U username -W workgroup @@ -310,6 +312,18 @@ + + -e + This command line parameter requires the remote + server support the UNIX extensions. Request that the connection be + encrypted. This is new for Samba 3.2 and will only work with Samba + 3.2 or above servers. Negotiates SMB encryption using GSSAPI. Uses + the given credentials for the encryption negotiaion (either kerberos + or NTLMv1/v2 if given domain/username/password triple. Fails the + connection if encryption cannot be negotiated. + + + &popt.common.samba; &popt.common.credentials; &popt.common.connection; @@ -801,6 +815,18 @@ + posix_encrypt <domain> <username> <password> + This command depends on the server supporting the CIFS + UNIX extensions and will fail if the server does not. Attempt to negotiate + SMB encryption on this connection. If smbclient connected with kerberos + credentials (-k) the arguments to this command are ignored and the kerberos + credentials are used to negotiate GSSAPI signing and sealing instead. See + also the -e option to smbclient to force encryption on initial connection. + This command is new with Samba 3.2. + + + + posix_open <filename> <octal mode> This command depends on the server supporting the CIFS UNIX extensions and will fail if the server does not. Opens a remote file -- 2.11.4.GIT