diff options
author | Volker Lendecke <vl@samba.org> | 2010-02-16 11:00:08 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-02-16 11:05:09 +0100 |
commit | f6c39cec27eea2522c62e6f1ff85efdafde351ac (patch) | |
tree | 135fe35e974c228f437d143732a60d301d8688c2 /docs-xml/build | |
parent | 020c8df2815b5ccf9d63ec690f329ea83d5c900f (diff) | |
download | samba-f6c39cec27eea2522c62e6f1ff85efdafde351ac.tar.gz samba-f6c39cec27eea2522c62e6f1ff85efdafde351ac.tar.bz2 samba-f6c39cec27eea2522c62e6f1ff85efdafde351ac.zip |
s3-docs: Document 'smbclient -C'.
Diffstat (limited to 'docs-xml/build')
-rw-r--r-- | docs-xml/build/DTD/samba.entities | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs-xml/build/DTD/samba.entities b/docs-xml/build/DTD/samba.entities index 4ad65ca7c5..d204156696 100644 --- a/docs-xml/build/DTD/samba.entities +++ b/docs-xml/build/DTD/samba.entities @@ -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; '> |