summaryrefslogtreecommitdiff
path: root/docs/docbook/manpages/wbinfo.1.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/manpages/wbinfo.1.sgml')
-rw-r--r--docs/docbook/manpages/wbinfo.1.sgml45
1 files changed, 4 insertions, 41 deletions
diff --git a/docs/docbook/manpages/wbinfo.1.sgml b/docs/docbook/manpages/wbinfo.1.sgml
index f1461b07b9..7f2c4624a9 100644
--- a/docs/docbook/manpages/wbinfo.1.sgml
+++ b/docs/docbook/manpages/wbinfo.1.sgml
@@ -17,8 +17,6 @@
<command>wbinfo</command>
<arg choice="opt">-u</arg>
<arg choice="opt">-g</arg>
- <arg choice="opt">-h 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 +25,8 @@
<arg choice="opt">-Y sid</arg>
<arg choice="opt">-t</arg>
<arg choice="opt">-m</arg>
- <arg choice="opt">-r user</arg>
<arg choice="opt">-a user%password</arg>
- <arg choice="opt">-A user%password</arg>
+ <arg choice="opt">-p</arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -74,26 +71,6 @@
<varlistentry>
- <term>-h name</term>
- <listitem><para>The <parameter>-h</parameter> option
- queries <command>winbindd(8)</command> to query the WINS
- server for the IP address associated with the NetBIOS name
- specified by the <parameter>name</parameter> parameter.
- </para></listitem>
- </varlistentry>
-
-
- <varlistentry>
- <term>-i ip</term>
- <listitem><para>The <parameter>-i</parameter> option
- queries <command>winbindd(8)</command> to send a node status
- request to get the NetBIOS name associated with the IP address
- specified by the <parameter>ip</parameter> parameter.
- </para></listitem>
- </varlistentry>
-
-
- <varlistentry>
<term>-n name</term>
<listitem><para>The <parameter>-n</parameter> option
queries <command>winbindd(8)</command> for the SID
@@ -166,16 +143,6 @@
</para></listitem>
</varlistentry>
-
- <varlistentry>
- <term>-r username</term>
- <listitem><para>Try to obtain the list of UNIX group ids
- to which the user belongs. This only works for users
- defined on a Domain Controller.
- </para></listitem>
- </varlistentry>
-
-
<varlistentry>
<term>-a username%password</term>
<listitem><para>Attempt to authenticate a user via winbindd.
@@ -183,14 +150,10 @@
</para></listitem>
</varlistentry>
-
<varlistentry>
- <term>-A username%password</term>
- <listitem><para>Store username and password used by winbindd
- during session setup to a domain controller. This enables
- winbindd to operate in a Windows 2000 domain with Restrict
- Anonymous turned on (a.k.a. Permissions compatiable with
- Windows 2000 servers only).
+ <term>-p</term>
+ <listitem><para>Attempt a simple 'ping' check that the winbindd
+ is indeed alive.
</para></listitem>
</varlistentry>
</variablelist>