diff options
| -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>  | 
