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:
parent
4f790b10d5
commit
824c468261
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user