s3-docs: Document 'smbclient -C'.
authorVolker Lendecke <vl@samba.org>
Tue, 16 Feb 2010 10:00:08 +0000 (11:00 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 16 Feb 2010 10:11:56 +0000 (11:11 +0100)
(cherry picked from commit f6c39cec27eea2522c62e6f1ff85efdafde351ac)
(cherry picked from commit f6a7e9eadf85b19ec0ccca513a261bcad0bcf048)

docs-xml/build/DTD/samba.entities
docs-xml/manpages-3/smbclient.1.xml

index 4ad65ca7c56120a44adbcaa72835cff4b2b662f7..d20415669651811509acb3ec98db041824f8c7e6 100644 (file)
@@ -428,6 +428,15 @@ an Active Directory environment.
 </varlistentry>
 '>
 
+<!ENTITY stdarg.useccache '
+<varlistentry>
+<term>-C|--use-ccache</term>
+<listitem><para>
+Try to use the credentials cached by winbind.
+</para></listitem>
+</varlistentry>
+'>
+
 
 <!ENTITY stdarg.help '
 <varlistentry>
@@ -439,6 +448,7 @@ an Active Directory environment.
 <!ENTITY popt.common.credentials '
 &stdarg.nopass;
 &stdarg.kerberos;
+&stdarg.useccache;
 &stdarg.authfile;
 &stdarg.username;
 '>
index 6b5a8c5d8a377f2041bf2b7591593a7cd63c4dff..cadd2ea9cd2c2a316b3c4bf67af2c1bc76248433 100644 (file)
@@ -30,6 +30,7 @@
                <arg choice="opt">-m maxprotocol</arg>
                <arg choice="opt">-A authfile</arg>
                <arg choice="opt">-N</arg>
+               <arg choice="opt">-C</arg>
                <arg choice="opt">-g</arg>
                <arg choice="opt">-i scope</arg>
                <arg choice="opt">-O &lt;socket options&gt;</arg>
@@ -55,6 +56,7 @@
                <arg choice="opt">-m maxprotocol</arg>
                <arg choice="opt">-A authfile</arg>
                <arg choice="opt">-N</arg>
+               <arg choice="opt">-C</arg>
                <arg choice="opt">-g</arg>
                <arg choice="opt">-l log-basename</arg>
                <arg choice="opt">-I destinationIP</arg>