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 | |
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)
-rw-r--r-- | docs/docbook/manpages/wbinfo.1.sgml | 26 | ||||
-rw-r--r-- | docs/docs-status | 3 |
2 files changed, 25 insertions, 4 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> diff --git a/docs/docs-status b/docs/docs-status index 30e9d40796..f20c5a9156 100644 --- a/docs/docs-status +++ b/docs/docs-status @@ -1,8 +1,6 @@ If you'd like to work on any of these, please contact jerry@samba.org or jelmer@samba.org. Outdated docs: -docs/OID/allocated-arcs.txt - does this file really belong here? -docs/OID/samba-oid.mail - does this file really belong here? docs/announce - out of date (announces 2.2.0) - should it go away? docs/history - needs updating (is current up to 1998 - merge with 10year.html ?) docs/docbook/devdoc/* - most of these docs are outdated and need updates... @@ -45,7 +43,6 @@ docs/docbook/manpages/smbumount.8.sgml docs/docbook/manpages/swat.8.sgml docs/docbook/manpages/testparm.1.sgml docs/docbook/manpages/testprns.1.sgml -docs/docbook/manpages/wbinfo.1.sgml Stuff that needs to be documented: Windows NT 4.0 Style Trust Relationship |