Changeset 740 for vendor/current/docs-xml/manpages-3/wbinfo.1.xml
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/manpages-3/wbinfo.1.xml
r597 r740 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">User Commands</refmiscinfo> 10 <refmiscinfo class="version">3. 5</refmiscinfo>10 <refmiscinfo class="version">3.6</refmiscinfo> 11 11 </refmeta> 12 12 … … 51 51 <arg choice="opt">-r user</arg> 52 52 <arg choide="opt">-R|--lookup-rids</arg> 53 <arg choice="opt">--remove-uid-mapping uid,sid</arg>54 <arg choice="opt">--remove-gid-mapping gid,sid</arg>55 53 <arg choice="opt">-s sid</arg> 56 54 <arg choice="opt">--separator</arg> 57 <arg choice="opt">--sequence</arg>58 55 <arg choice="opt">--set-auth-user user%password</arg> 59 <arg choice="opt">--set-uid-mapping uid,sid</arg>60 <arg choice="opt">--set-gid-mapping gid,sid</arg>61 56 <arg choice="opt">-S sid</arg> 62 57 <arg choide="opt">--sid-aliases</arg> … … 152 147 the current domain to which <citerefentry><refentrytitle>winbindd</refentrytitle> 153 148 <manvolnum>8</manvolnum></citerefentry> belongs. Currently only the 154 <option>--sequence</option>,155 149 <option>-u</option>, and <option>-g</option> options honor this parameter. 156 150 </para></listitem> … … 312 306 313 307 <varlistentry> 308 <term>-P|--ping-dc</term> 309 <listitem><para>Issue a no-effect command to our DC. This 310 checks if our secure channel connection to our domain 311 controller is still alive. It has much less impact than 312 wbinfo -t. 313 </para></listitem> 314 </varlistentry> 315 316 <varlistentry> 314 317 <term>-r|--user-groups <replaceable>username</replaceable></term> 315 318 <listitem><para>Try to obtain the list of UNIX group ids … … 338 341 <term>--separator</term> 339 342 <listitem><para>Get the active winbind separator. 340 </para></listitem>341 342 </varlistentry>343 <varlistentry>344 <term>--sequence</term>345 <listitem><para>Show sequence numbers of all known domains.346 343 </para></listitem> 347 344 </varlistentry> … … 427 424 <listitem><para>Try to convert a UNIX user id to a Windows NT 428 425 SID. If the uid specified does not refer to one within 429 the idmap uidrange then the operation will fail. </para></listitem>426 the idmap range then the operation will fail. </para></listitem> 430 427 </varlistentry> 431 428 … … 445 442 </varlistentry> 446 443 447 <varlistentry>448 <term>--remove-uid-mapping uid,sid</term>449 <listitem><para>Remove an existing uid to sid mapping450 entry from the IDmap backend.</para></listitem>451 </varlistentry>452 453 <varlistentry>454 <term>--remove-gid-mapping gid,sid</term>455 <listitem><para>Remove an existing gid to sid456 mapping entry from the IDmap backend.</para></listitem>457 </varlistentry>458 459 <varlistentry>460 <term>--set-uid-mapping uid,sid</term>461 <listitem><para>Create a new or modify an existing uid to sid462 mapping in the IDmap backend.</para></listitem>463 </varlistentry>464 465 <varlistentry>466 <term>--set-gid-mapping gid,sid</term>467 <listitem><para>Create a new or modify an existing gid to sid468 mapping in the IDmap backend.</para></listitem>469 </varlistentry>470 471 444 &stdarg.version; 472 445 &stdarg.help;
Note:
See TracChangeset
for help on using the changeset viewer.