Add in the docs for -e and posix_encrypt commands.
authorJeremy Allison <jra@samba.org>
Mon, 31 Dec 2007 06:17:01 +0000 (06:17 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:41 +0000 (08:47 -0500)
Jeremy.

docs/manpages-3/smbclient.1.xml

index 6aa8c85a851d824747b6383fc9c1c4afe169eedd..a3be09fe2655ae10e70109e9829f4a2bfc833487 100644 (file)
@@ -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>
                </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;
                </para></listitem>
                </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