1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

docs: mention --krb5ccname option in wbinfo manpage.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Günther Deschner 2013-11-14 16:23:20 +01:00 committed by Andreas Schneider
parent 4f790b10d5
commit 824c468261

View File

@ -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>
@ -245,6 +246,13 @@
</para></listitem>
</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.