mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
s3-docs: document all wbinfo options.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 23:45:40 CET 2011 on sn-devel-104
This commit is contained in:
parent
6b587d74d9
commit
29f850ac43
@ -24,36 +24,49 @@
|
||||
<arg choice="opt">--allocate-gid</arg>
|
||||
<arg choice="opt">--allocate-uid</arg>
|
||||
<arg choice="opt">-c</arg>
|
||||
<arg choide="opt">--ccache-save</arg>
|
||||
<arg choide="opt">--change-user-password</arg>
|
||||
<arg choice="opt">-D domain</arg>
|
||||
<arg choice="opt">--domain domain</arg>
|
||||
<arg choide="opt">--dsgetdcname domain</arg>
|
||||
<arg choice="opt">-g</arg>
|
||||
<arg choice="opt">--getdcname domain</arg>
|
||||
<arg choice="opt">--get-auth-user</arg>
|
||||
<arg choice="opt">-G gid</arg>
|
||||
<arg choice="opt">-h</arg>
|
||||
<arg choide="opt">--gid-info</arg>
|
||||
<arg choide="opt">--group-info</arg>
|
||||
<arg choice="opt">--help|-?</arg>
|
||||
<arg choice="opt">-i user</arg>
|
||||
<arg choice="opt">-I ip</arg>
|
||||
<arg choice="opt">-K user%password</arg>
|
||||
<arg choide="opt">--lanman</arg>
|
||||
<arg choice="opt">-m</arg>
|
||||
<arg choice="opt">-n name</arg>
|
||||
<arg choice="opt">-N netbios-name</arg>
|
||||
<arg choide="opt">--ntlmv2</arg>
|
||||
<arg choide="opt">--online-status</arg>
|
||||
<arg choice="opt">--own-domain</arg>
|
||||
<arg choice="opt">-p</arg>
|
||||
<arg choice="opt">-P</arg>
|
||||
<arg choice="opt">-P|--ping-dc</arg>
|
||||
<arg choice="opt">-r user</arg>
|
||||
<arg choide="opt">-R|--lookup-rids</arg>
|
||||
<arg choice="opt">-s sid</arg>
|
||||
<arg choice="opt">--separator</arg>
|
||||
<arg choice="opt">--set-auth-user user%password</arg>
|
||||
<arg choice="opt">-S sid</arg>
|
||||
<arg choide="opt">--sid-aliases</arg>
|
||||
<arg choide="opt">--sid-to-fullname</arg>
|
||||
<arg choice="opt">-t</arg>
|
||||
<arg choice="opt">-u</arg>
|
||||
<arg choice="opt">--uid-info uid</arg>
|
||||
<arg choide="opt">--usage</arg>
|
||||
<arg choice="opt">--user-domgroups sid</arg>
|
||||
<arg choice="opt">--user-sids sid</arg>
|
||||
<arg choice="opt">-U uid</arg>
|
||||
<arg choice="opt">-V</arg>
|
||||
<arg choice="opt">-Y sid</arg>
|
||||
<arg choice="opt">--verbose</arg>
|
||||
<arg choice="opt">-Y sid</arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
@ -115,6 +128,18 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--ccache-save <replaceable>username%password</replaceable></term>
|
||||
<listitem><para>Store user and password for ccache.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--change-user-password <replaceable>username</replaceable></term>
|
||||
<listitem><para>Change the password of a user. The old and new password will be prompted.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--domain <replaceable>name</replaceable></term>
|
||||
<listitem><para>This parameter sets the domain on which any specified
|
||||
@ -132,6 +157,24 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--dsgetdcname <replaceable>domain</replaceable></term>
|
||||
<listitem><para>Find a DC for a domain.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--gid-info <replaceable>gid</replaceable></term>
|
||||
<listitem><para>Get group info from gid.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--group-info <replaceable>user</replaceable></term>
|
||||
<listitem><para>Get group info for user.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-g|--domain-groups</term>
|
||||
<listitem><para>This option will list all groups available
|
||||
@ -165,6 +208,12 @@
|
||||
the idmap gid range then the operation will fail. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-?</term>
|
||||
<listitem><para>Print brief help overview.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-i|--user-info <replaceable>user</replaceable></term>
|
||||
<listitem><para>Get user info.
|
||||
@ -187,6 +236,12 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--lanman</term>
|
||||
<listitem><para>Use lanman cryptography for user authentication.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-m|--trusted-domains</term>
|
||||
<listitem><para>Produce a list of domains trusted by the
|
||||
@ -221,6 +276,20 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--ntlmv2</term>
|
||||
<listitem><para>Use NTLMv2 cryptography for user authentication.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--online-status <replaceable>domain</replaceable></term>
|
||||
<listitem><para>Show whether domains are marked as online or
|
||||
offline. An optional domain argument limits the
|
||||
output to the online status of a given domain.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--own-domain</term>
|
||||
<listitem><para>List own domain.
|
||||
@ -252,6 +321,13 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-R|--lookup-rids <replaceable>rid1, rid2, rid3...</replaceable></term>
|
||||
<listitem><para>Converts RIDs to names. Uses a comma separated
|
||||
list of rids.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-s|--sid-to-name <replaceable>sid</replaceable></term>
|
||||
<listitem><para>Use <parameter>-s</parameter> to resolve
|
||||
@ -286,6 +362,19 @@
|
||||
</citerefentry> then the operation will fail. </para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--sid-aliases <replaceable>sid</replaceable></term>
|
||||
<listitem><para>Get SID aliases for a given SID.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--sid-to-fullname <replaceable>sid</replaceable></term>
|
||||
<listitem><para>Converts a SID to a full username
|
||||
(DOMAIN\username).
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-t|--check-secret</term>
|
||||
<listitem><para>Verify that the workstation trust account
|
||||
@ -312,6 +401,12 @@
|
||||
user id UID.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--usage</term>
|
||||
<listitem><para>Print brief help overview.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--user-domgroups <replaceable>sid</replaceable></term>
|
||||
<listitem><para>Get user domain groups.
|
||||
|
Loading…
Reference in New Issue
Block a user