diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-20 10:52:12 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-20 10:52:12 +0000 |
commit | bff325e15e1dfaba7272212eb7c83fd271b90a47 (patch) | |
tree | 0b862d7014267f1a313e6fc77baba77af65ef67a /docs/docbook/manpages | |
parent | d87feb3baffe62bbf8f709f6bb66e19b78abfb53 (diff) | |
download | samba-bff325e15e1dfaba7272212eb7c83fd271b90a47.tar.gz samba-bff325e15e1dfaba7272212eb7c83fd271b90a47.tar.bz2 samba-bff325e15e1dfaba7272212eb7c83fd271b90a47.zip |
Update wbinfo.1 for 3.0
(This used to be commit c057c6594e8c44993c01d6bb3a8d0916a2adcd24)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/wbinfo.1.sgml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/docs/docbook/manpages/wbinfo.1.sgml b/docs/docbook/manpages/wbinfo.1.sgml index 5003c847a4..3c7ae11e2c 100644 --- a/docs/docbook/manpages/wbinfo.1.sgml +++ b/docs/docbook/manpages/wbinfo.1.sgml @@ -17,8 +17,8 @@ <command>wbinfo</command> <arg choice="opt">-u</arg> <arg choice="opt">-g</arg> - <arg choice="opt">-i ip</arg> <arg choice="opt">-N netbios-name</arg> + <arg choice="opt">-I ip</arg> <arg choice="opt">-n name</arg> <arg choice="opt">-s sid</arg> <arg choice="opt">-U uid</arg> @@ -27,9 +27,11 @@ <arg choice="opt">-Y sid</arg> <arg choice="opt">-t</arg> <arg choice="opt">-m</arg> + <arg choice="opt">--sequence</arg> <arg choice="opt">-r user</arg> <arg choice="opt">-a user%password</arg> <arg choice="opt">-A user%password</arg> + <arg choice="opt">--get-auth-user</arg> <arg choice="opt">-p</arg> </cmdsynopsis> </refsynopsisdiv> @@ -176,6 +178,11 @@ </para></listitem> </varlistentry> + <varlistentry> + <term>--sequence</term> + <listitem><para>Show sequence numbers of + all known domains</para></listitem> + </varlistentry> <varlistentry> <term>-r username</term> @@ -203,6 +210,23 @@ Windows 2000 servers only). </para></listitem> </varlistentry> + + <varlistentry> + <term>--get-auth-user</term> + <listitem><para>Print username and password used by winbindd + during session setup to a domain controller. Username + and password can be set using '-A'. Only available for + root.</para></listitem> + </varlistentry> + + <varlistentry> + <term>-p</term> + <listitem><para>Check whether winbindd is still alive. + Prints out either 'succeeded' or 'failed'. + </para></listitem> + </varlistentry> + + </variablelist> </refsect1> |