Author: jra
Date: 2007-12-31 06:17:01 +0000 (Mon, 31 Dec 2007)
New Revision: 1219

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1219

Log:
Add in the docs for -e and posix_encrypt commands.
Jeremy.

Modified:
   trunk/manpages-3/smbclient.1.xml


Changeset:
Modified: trunk/manpages-3/smbclient.1.xml
===================================================================
--- trunk/manpages-3/smbclient.1.xml    2007-12-31 02:22:27 UTC (rev 1218)
+++ trunk/manpages-3/smbclient.1.xml    2007-12-31 06:17:01 UTC (rev 1219)
@@ -19,6 +19,7 @@
                <command>smbclient</command>
                <arg choice="opt">-b &lt;buffer size&gt;</arg>
                <arg choice="opt">-d debuglevel</arg>
+               <arg choice="opt">-e</arg>
                <arg choice="opt">-L &lt;netbios name&gt;</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 &lt;buffer size&gt;</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 &lt;domain&gt; &lt;username&gt; 
&lt;password&gt;</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 &lt;filename&gt; &lt;octal mode&gt;</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

Reply via email to