diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2002-01-10 12:32:59 +0000 | 
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2002-01-10 12:32:59 +0000 | 
| commit | 50fa21fec1e54cbc9e4de53b6901c00d0389fb41 (patch) | |
| tree | ad76668e94d8baefa574c89f97643dd482129811 | |
| parent | 7d6dd0b3a0f6d1c7f2737f90e3099a21bf4a55b5 (diff) | |
| download | samba-50fa21fec1e54cbc9e4de53b6901c00d0389fb41.tar.gz samba-50fa21fec1e54cbc9e4de53b6901c00d0389fb41.tar.bz2 samba-50fa21fec1e54cbc9e4de53b6901c00d0389fb41.zip  | |
Take a stab at keeping the doco current :-)
(This used to be commit 88b0e670426c216d754716dc6095b673b9645f1a)
| -rw-r--r-- | docs/docbook/manpages/wbinfo.1.sgml | 16 | 
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/docbook/manpages/wbinfo.1.sgml b/docs/docbook/manpages/wbinfo.1.sgml index 7133573b14..7f2c4624a9 100644 --- a/docs/docbook/manpages/wbinfo.1.sgml +++ b/docs/docbook/manpages/wbinfo.1.sgml @@ -25,6 +25,8 @@  		<arg choice="opt">-Y sid</arg>  		<arg choice="opt">-t</arg>  		<arg choice="opt">-m</arg> +		<arg choice="opt">-a user%password</arg> +		<arg choice="opt">-p</arg>  	</cmdsynopsis>  </refsynopsisdiv> @@ -140,6 +142,20 @@  		NT domain the server is a Primary Domain Controller for.  		</para></listitem>  		</varlistentry> + +		<varlistentry> +		<term>-a username%password</term> +		<listitem><para>Attempt to authenticate a user via winbindd.  +                This checks both authenticaion methods and reports its results. +		</para></listitem> +		</varlistentry> + +		<varlistentry> +		<term>-p</term> +		<listitem><para>Attempt a simple 'ping' check that the winbindd +                is indeed alive. +		</para></listitem> +		</varlistentry>  	</variablelist>  </refsect1>  | 
