diff options
author | Günther Deschner <gd@samba.org> | 2013-11-14 16:23:20 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:40 +0100 |
commit | 824c468261a3d61732fea88a5d6cfb9aa5c7ed94 (patch) | |
tree | f3c526c46b799717dc65c6d26b4b87c5dd241252 /docs-xml/manpages | |
parent | 4f790b10d5a6737f1b5978fca27d78a0b27aa75d (diff) | |
download | samba-824c468261a3d61732fea88a5d6cfb9aa5c7ed94.tar.gz samba-824c468261a3d61732fea88a5d6cfb9aa5c7ed94.tar.xz samba-824c468261a3d61732fea88a5d6cfb9aa5c7ed94.zip |
docs: mention --krb5ccname option in wbinfo manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/wbinfo.1.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs-xml/manpages/wbinfo.1.xml b/docs-xml/manpages/wbinfo.1.xml index 2df86ca308..4de3c81121 100644 --- a/docs-xml/manpages/wbinfo.1.xml +++ b/docs-xml/manpages/wbinfo.1.xml @@ -40,6 +40,7 @@ <arg choice="opt">-i user</arg> <arg choice="opt">-I ip</arg> <arg choice="opt">-K user%password</arg> + <arg choice="opt">--krb5ccname cctype</arg> <arg choice="opt">--lanman</arg> <arg choice="opt">-m</arg> <arg choice="opt">-n name</arg> @@ -246,6 +247,13 @@ </varlistentry> <varlistentry> + <term>--krb5ccname <replaceable>KRB5CCNAME</replaceable></term> + <listitem><para>Allows to request a sepcific kerberos credential + cache type used for authentication. + </para></listitem> + </varlistentry> + + <varlistentry> <term>--lanman</term> <listitem><para>Use lanman cryptography for user authentication. </para></listitem> |