summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-23 15:48:23 +0100
committerGünther Deschner <gd@samba.org>2011-02-23 23:45:40 +0100
commit29f850ac4330909afa426474686be363d0249d73 (patch)
tree9be67faf2138e2492ddb0ca645746f5a16b491b1 /docs-xml
parent6b587d74d906638bc3a279a2ed039081a6b0b958 (diff)
downloadsamba-29f850ac4330909afa426474686be363d0249d73.tar.gz
samba-29f850ac4330909afa426474686be363d0249d73.tar.bz2
samba-29f850ac4330909afa426474686be363d0249d73.zip
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
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/wbinfo.1.xml101
1 files changed, 98 insertions, 3 deletions
diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml
index 0f9f206dc4..c1b2c1f627 100644
--- a/docs-xml/manpages-3/wbinfo.1.xml
+++ b/docs-xml/manpages-3/wbinfo.1.xml
@@ -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>
@@ -116,6 +129,18 @@
</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
operations will performed. If special domain name '.' is used to represent
@@ -133,6 +158,24 @@
</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
in the Windows NT domain for which the <citerefentry><refentrytitle>samba</refentrytitle>
@@ -166,6 +209,12 @@
</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.
</para></listitem>
@@ -188,6 +237,12 @@
</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
Windows NT server <citerefentry><refentrytitle>winbindd</refentrytitle>
@@ -222,6 +277,20 @@
</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.
</para></listitem>
@@ -253,6 +322,13 @@
</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
a SID to a name. This is the inverse of the <parameter>-n
@@ -287,6 +363,19 @@
</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
created when the Samba server is added to the Windows NT
@@ -313,6 +402,12 @@
</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.
</para></listitem>