diff options
author | Günther Deschner <gd@samba.org> | 2013-11-14 16:29:10 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:40 +0100 |
commit | fa47e425132f6022cd41118e2c6ac34181adc4a6 (patch) | |
tree | 7d320d730f5f4a22447a39f660f6740b2292bb83 /docs-xml/manpages | |
parent | 824c468261a3d61732fea88a5d6cfb9aa5c7ed94 (diff) | |
download | samba-fa47e425132f6022cd41118e2c6ac34181adc4a6.tar.gz samba-fa47e425132f6022cd41118e2c6ac34181adc4a6.tar.xz samba-fa47e425132f6022cd41118e2c6ac34181adc4a6.zip |
docs: mention logoff options 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 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs-xml/manpages/wbinfo.1.xml b/docs-xml/manpages/wbinfo.1.xml index 4de3c81121..cb1812feec 100644 --- a/docs-xml/manpages/wbinfo.1.xml +++ b/docs-xml/manpages/wbinfo.1.xml @@ -42,6 +42,9 @@ <arg choice="opt">-K user%password</arg> <arg choice="opt">--krb5ccname cctype</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">-n name</arg> <arg choice="opt">-N netbios-name</arg> @@ -260,6 +263,24 @@ </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> <term>-m|--trusted-domains</term> <listitem><para>Produce a list of domains trusted by the Windows NT server <citerefentry><refentrytitle>winbindd</refentrytitle> |