mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
docs: mention logoff options 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
824c468261
commit
fa47e42513
@ -42,6 +42,9 @@
|
|||||||
<arg choice="opt">-K user%password</arg>
|
<arg choice="opt">-K user%password</arg>
|
||||||
<arg choice="opt">--krb5ccname cctype</arg>
|
<arg choice="opt">--krb5ccname cctype</arg>
|
||||||
<arg choice="opt">--lanman</arg>
|
<arg choice="opt">--lanman</arg>
|
||||||
|
<arg choice="opt">--logoff</arg>
|
||||||
|
<arg choice="opt">--logoff-uid uid</arg>
|
||||||
|
<arg choice="opt">--logoff-user username</arg>
|
||||||
<arg choice="opt">-m</arg>
|
<arg choice="opt">-m</arg>
|
||||||
<arg choice="opt">-n name</arg>
|
<arg choice="opt">-n name</arg>
|
||||||
<arg choice="opt">-N netbios-name</arg>
|
<arg choice="opt">-N netbios-name</arg>
|
||||||
@ -259,6 +262,24 @@
|
|||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>--logoff</term>
|
||||||
|
<listitem><para>Logoff a user.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>--logoff-uid <replaceable>UID</replaceable></term>
|
||||||
|
<listitem><para>Define user uid used during logoff request.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>--logoff-user <replaceable>USERNAME</replaceable></term>
|
||||||
|
<listitem><para>Define username used during logoff request.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>-m|--trusted-domains</term>
|
<term>-m|--trusted-domains</term>
|
||||||
<listitem><para>Produce a list of domains trusted by the
|
<listitem><para>Produce a list of domains trusted by the
|
||||||
|
Loading…
Reference in New Issue
Block a user