Ignore:
Timestamp:
Jul 2, 2011, 4:01:14 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/manpages-3/wbinfo.1.xml

    r414 r597  
    2525                <arg choice="opt">--allocate-uid</arg>
    2626                <arg choice="opt">-c</arg>
     27                <arg choide="opt">--ccache-save</arg>
     28                <arg choide="opt">--change-user-password</arg>
    2729                <arg choice="opt">-D domain</arg>
    2830                <arg choice="opt">--domain domain</arg>
     31                <arg choide="opt">--dsgetdcname domain</arg>
    2932                <arg choice="opt">-g</arg>
    3033                <arg choice="opt">--getdcname domain</arg>
    3134                <arg choice="opt">--get-auth-user</arg>
    3235                <arg choice="opt">-G gid</arg>
    33                 <arg choice="opt">-h</arg>
     36                <arg choide="opt">--gid-info</arg>
     37                <arg choide="opt">--group-info</arg>
     38                <arg choice="opt">--help|-?</arg>
    3439                <arg choice="opt">-i user</arg>
    3540                <arg choice="opt">-I ip</arg>
    3641                <arg choice="opt">-K user%password</arg>
     42                <arg choide="opt">--lanman</arg>
    3743                <arg choice="opt">-m</arg>
    3844                <arg choice="opt">-n name</arg>
    3945                <arg choice="opt">-N netbios-name</arg>
     46                <arg choide="opt">--ntlmv2</arg>
     47                <arg choide="opt">--online-status</arg>
    4048                <arg choice="opt">--own-domain</arg>
    4149                <arg choice="opt">-p</arg>
     50                <arg choice="opt">-P|--ping-dc</arg>
    4251                <arg choice="opt">-r user</arg>
     52                <arg choide="opt">-R|--lookup-rids</arg>
    4353                <arg choice="opt">--remove-uid-mapping uid,sid</arg>
    4454                <arg choice="opt">--remove-gid-mapping gid,sid</arg>
     
    5060                <arg choice="opt">--set-gid-mapping gid,sid</arg>
    5161                <arg choice="opt">-S sid</arg>
     62                <arg choide="opt">--sid-aliases</arg>
     63                <arg choide="opt">--sid-to-fullname</arg>
    5264                <arg choice="opt">-t</arg>
    5365                <arg choice="opt">-u</arg>
    5466                <arg choice="opt">--uid-info uid</arg>
     67                <arg choide="opt">--usage</arg>
    5568                <arg choice="opt">--user-domgroups sid</arg>
    5669                <arg choice="opt">--user-sids sid</arg>
    5770                <arg choice="opt">-U uid</arg>
    5871                <arg choice="opt">-V</arg>
     72                <arg choice="opt">--verbose</arg>
    5973                <arg choice="opt">-Y sid</arg>
    60                 <arg choice="opt">--verbose</arg>
     74
    6175        </cmdsynopsis>
    6276</refsynopsisdiv>
     
    121135
    122136                <varlistentry>
     137                <term>--ccache-save <replaceable>username%password</replaceable></term>
     138                <listitem><para>Store user and password for ccache.
     139                </para></listitem>
     140                </varlistentry>
     141
     142                <varlistentry>
     143                <term>--change-user-password <replaceable>username</replaceable></term>
     144                <listitem><para>Change the password of a user. The old and new password will be prompted.
     145                </para></listitem>
     146                </varlistentry>
     147
     148                <varlistentry>
    123149                <term>--domain <replaceable>name</replaceable></term>
    124150                <listitem><para>This parameter sets the domain on which any specified
     
    135161                <listitem><para>Show most of the info we have about the
    136162                specified domain.
     163                </para></listitem>
     164                </varlistentry>
     165
     166                <varlistentry>
     167                <term>--dsgetdcname <replaceable>domain</replaceable></term>
     168                <listitem><para>Find a DC for a domain.
     169                </para></listitem>
     170                </varlistentry>
     171
     172                <varlistentry>
     173                <term>--gid-info <replaceable>gid</replaceable></term>
     174                <listitem><para>Get group info from gid.
     175                </para></listitem>
     176                </varlistentry>
     177
     178                <varlistentry>
     179                <term>--group-info <replaceable>user</replaceable></term>
     180                <listitem><para>Get group info for user.
    137181                </para></listitem>
    138182                </varlistentry>
     
    172216
    173217                <varlistentry>
     218                <term>-?</term>
     219                <listitem><para>Print brief help overview.
     220                </para></listitem>
     221                </varlistentry>
     222
     223                <varlistentry>
    174224                <term>-i|--user-info <replaceable>user</replaceable></term>
    175225                <listitem><para>Get user info.
     
    190240                <term>-K|--krb5auth <replaceable>username%password</replaceable></term>
    191241                <listitem><para>Attempt to authenticate a user via Kerberos.
     242                </para></listitem>
     243                </varlistentry>
     244
     245                <varlistentry>
     246                <term>--lanman</term>
     247                <listitem><para>Use lanman cryptography for user authentication.
    192248                </para></listitem>
    193249                </varlistentry>
     
    228284
    229285                <varlistentry>
     286                <term>--ntlmv2</term>
     287                <listitem><para>Use NTLMv2 cryptography for user authentication.
     288                </para></listitem>
     289                </varlistentry>
     290
     291                <varlistentry>
     292                <term>--online-status <replaceable>domain</replaceable></term>
     293                <listitem><para>Show whether domains are marked as online or
     294                                offline. An optional domain argument limits the
     295                                output to the online status of a given domain.
     296                </para></listitem>
     297                </varlistentry>
     298
     299                <varlistentry>
    230300                <term>--own-domain</term>
    231301                <listitem><para>List own domain.
     
    246316                to which the user belongs.  This only works for users
    247317                defined on a Domain Controller.
     318                </para></listitem>
     319                </varlistentry>
     320
     321                <varlistentry>
     322                <term>-R|--lookup-rids <replaceable>rid1, rid2, rid3...</replaceable></term>
     323                <listitem><para>Converts RIDs to names. Uses a comma separated
     324                                list of rids.
    248325                </para></listitem>
    249326                </varlistentry>
     
    287364                <refentrytitle>winbindd</refentrytitle><manvolnum>8</manvolnum>
    288365                </citerefentry> then the operation will fail. </para></listitem>
     366                </varlistentry>
     367
     368                <varlistentry>
     369                <term>--sid-aliases <replaceable>sid</replaceable></term>
     370                <listitem><para>Get SID aliases for a given SID.
     371                </para></listitem>
     372                </varlistentry>
     373
     374                <varlistentry>
     375                <term>--sid-to-fullname <replaceable>sid</replaceable></term>
     376                <listitem><para>Converts a SID to a full username
     377                                (DOMAIN\username).
     378                </para></listitem>
    289379                </varlistentry>
    290380
     
    316406
    317407                <varlistentry>
     408                <term>--usage</term>
     409                <listitem><para>Print brief help overview.
     410                </para></listitem>
     411                </varlistentry>
     412
     413                <varlistentry>
    318414                <term>--user-domgroups <replaceable>sid</replaceable></term>
    319415                <listitem><para>Get user domain groups.
Note: See TracChangeset for help on using the changeset viewer.