1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00

Take a stab at keeping the doco current :-)

This commit is contained in:
Andrew Bartlett -
parent 2bd2a092ee
commit 88b0e67042

View File

@ -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>