diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-31 06:17:01 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:41 -0500 |
commit | f8f3c7f2c752324f041909663819b4981b0c29ed (patch) | |
tree | 40d4dc897dd218c5c04e4679065f2f0c1eda46cf /docs | |
parent | 2c695bb59f4540ddc36c4ec08d5992f758633888 (diff) | |
download | samba-f8f3c7f2c752324f041909663819b4981b0c29ed.tar.gz samba-f8f3c7f2c752324f041909663819b4981b0c29ed.tar.bz2 samba-f8f3c7f2c752324f041909663819b4981b0c29ed.zip |
Add in the docs for -e and posix_encrypt commands.
Jeremy.
(This used to be commit c35c3836ef03014c89e91e468b44d08f163967d3)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages-3/smbclient.1.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index 6aa8c85a85..a3be09fe26 100644 --- a/docs/manpages-3/smbclient.1.xml +++ b/docs/manpages-3/smbclient.1.xml @@ -19,6 +19,7 @@ <command>smbclient</command> <arg choice="opt">-b <buffer size></arg> <arg choice="opt">-d debuglevel</arg> + <arg choice="opt">-e</arg> <arg choice="opt">-L <netbios name></arg> <arg choice="opt">-U username</arg> <arg choice="opt">-I destinationIP</arg> @@ -42,6 +43,7 @@ <arg choice="opt">password</arg> <arg choice="opt">-b <buffer size></arg> <arg choice="opt">-d debuglevel</arg> + <arg choice="opt">-e</arg> <arg choice="opt">-D Directory</arg> <arg choice="opt">-U username</arg> <arg choice="opt">-W workgroup</arg> @@ -310,6 +312,18 @@ </para></listitem> </varlistentry> + <varlistentry> + <term>-e</term> + <listitem><para>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. + </para></listitem> + </varlistentry> + &popt.common.samba; &popt.common.credentials; &popt.common.connection; @@ -801,6 +815,18 @@ </varlistentry> <varlistentry> + <term>posix_encrypt <domain> <username> <password></term> + <listitem><para>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. + </para></listitem> + </varlistentry> + + <varlistentry> <term>posix_open <filename> <octal mode></term> <listitem><para>This command depends on the server supporting the CIFS UNIX extensions and will fail if the server does not. Opens a remote file |