updated the 3.0 branch from the head branch - ready for alpha18
[samba.git] / docs / docbook / manpages / wbinfo.1.sgml
index 7f2c4624a9a5b5cb012abfb58425632742be6825..f1461b07b9c4959fa5e3657a46deb1de41ad8c5d 100644 (file)
@@ -17,6 +17,8 @@
                <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>
@@ -25,8 +27,9 @@
                <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">-p</arg>
+               <arg choice="opt">-A user%password</arg>
        </cmdsynopsis>
 </refsynopsisdiv>
 
                </varlistentry>
                
                
+               <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 
                </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. 
                </para></listitem>
                </varlistentry>
 
+
                <varlistentry>
-               <term>-p</term>
-               <listitem><para>Attempt a simple 'ping' check that the winbindd
-                is indeed alive.
+               <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).
                </para></listitem>
                </varlistentry>
        </variablelist>