Changeset 597 for vendor/current/docs-xml/manpages-3/wbinfo.1.xml
- Timestamp:
- Jul 2, 2011, 4:01:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/manpages-3/wbinfo.1.xml
r414 r597 25 25 <arg choice="opt">--allocate-uid</arg> 26 26 <arg choice="opt">-c</arg> 27 <arg choide="opt">--ccache-save</arg> 28 <arg choide="opt">--change-user-password</arg> 27 29 <arg choice="opt">-D domain</arg> 28 30 <arg choice="opt">--domain domain</arg> 31 <arg choide="opt">--dsgetdcname domain</arg> 29 32 <arg choice="opt">-g</arg> 30 33 <arg choice="opt">--getdcname domain</arg> 31 34 <arg choice="opt">--get-auth-user</arg> 32 35 <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> 34 39 <arg choice="opt">-i user</arg> 35 40 <arg choice="opt">-I ip</arg> 36 41 <arg choice="opt">-K user%password</arg> 42 <arg choide="opt">--lanman</arg> 37 43 <arg choice="opt">-m</arg> 38 44 <arg choice="opt">-n name</arg> 39 45 <arg choice="opt">-N netbios-name</arg> 46 <arg choide="opt">--ntlmv2</arg> 47 <arg choide="opt">--online-status</arg> 40 48 <arg choice="opt">--own-domain</arg> 41 49 <arg choice="opt">-p</arg> 50 <arg choice="opt">-P|--ping-dc</arg> 42 51 <arg choice="opt">-r user</arg> 52 <arg choide="opt">-R|--lookup-rids</arg> 43 53 <arg choice="opt">--remove-uid-mapping uid,sid</arg> 44 54 <arg choice="opt">--remove-gid-mapping gid,sid</arg> … … 50 60 <arg choice="opt">--set-gid-mapping gid,sid</arg> 51 61 <arg choice="opt">-S sid</arg> 62 <arg choide="opt">--sid-aliases</arg> 63 <arg choide="opt">--sid-to-fullname</arg> 52 64 <arg choice="opt">-t</arg> 53 65 <arg choice="opt">-u</arg> 54 66 <arg choice="opt">--uid-info uid</arg> 67 <arg choide="opt">--usage</arg> 55 68 <arg choice="opt">--user-domgroups sid</arg> 56 69 <arg choice="opt">--user-sids sid</arg> 57 70 <arg choice="opt">-U uid</arg> 58 71 <arg choice="opt">-V</arg> 72 <arg choice="opt">--verbose</arg> 59 73 <arg choice="opt">-Y sid</arg> 60 <arg choice="opt">--verbose</arg> 74 61 75 </cmdsynopsis> 62 76 </refsynopsisdiv> … … 121 135 122 136 <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> 123 149 <term>--domain <replaceable>name</replaceable></term> 124 150 <listitem><para>This parameter sets the domain on which any specified … … 135 161 <listitem><para>Show most of the info we have about the 136 162 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. 137 181 </para></listitem> 138 182 </varlistentry> … … 172 216 173 217 <varlistentry> 218 <term>-?</term> 219 <listitem><para>Print brief help overview. 220 </para></listitem> 221 </varlistentry> 222 223 <varlistentry> 174 224 <term>-i|--user-info <replaceable>user</replaceable></term> 175 225 <listitem><para>Get user info. … … 190 240 <term>-K|--krb5auth <replaceable>username%password</replaceable></term> 191 241 <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. 192 248 </para></listitem> 193 249 </varlistentry> … … 228 284 229 285 <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> 230 300 <term>--own-domain</term> 231 301 <listitem><para>List own domain. … … 246 316 to which the user belongs. This only works for users 247 317 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. 248 325 </para></listitem> 249 326 </varlistentry> … … 287 364 <refentrytitle>winbindd</refentrytitle><manvolnum>8</manvolnum> 288 365 </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> 289 379 </varlistentry> 290 380 … … 316 406 317 407 <varlistentry> 408 <term>--usage</term> 409 <listitem><para>Print brief help overview. 410 </para></listitem> 411 </varlistentry> 412 413 <varlistentry> 318 414 <term>--user-domgroups <replaceable>sid</replaceable></term> 319 415 <listitem><para>Get user domain groups.
Note:
See TracChangeset
for help on using the changeset viewer.