Changeset 740 for vendor/current/docs/manpages/wbinfo.1
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/wbinfo.1
r618 r740 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 08/0 2/20115 .\" Date: 08/08/2011 6 6 .\" Manual: User Commands 7 .\" Source: Samba 3. 57 .\" Source: Samba 3.6 8 8 .\" Language: English 9 9 .\" 10 .TH "WBINFO" "1" "08/0 2/2011" "Samba 3\&.5" "User Commands"10 .TH "WBINFO" "1" "08/08/2011" "Samba 3\&.6" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting … … 23 23 .SH "SYNOPSIS" 24 24 .HP \w'\ 'u 25 wbinfo [\-a\ user%password] [\-\-all\-domains] [\-\-allocate\-gid] [\-\-allocate\-uid] [\-c] [\-\-ccache\-save] [\-\-change\-user\-password] [\-D\ domain] [\-\-domain\ domain] [\-\-dsgetdcname\ domain] [\-g] [\-\-getdcname\ domain] [\-\-get\-auth\-user] [\-G\ gid] [\-\-gid\-info] [\-\-group\-info] [\-\-help|\-?] [\-i\ user] [\-I\ ip] [\-K\ user%password] [\-\-lanman] [\-m] [\-n\ name] [\-N\ netbios\-name] [\-\-ntlmv2] [\-\-online\-status] [\-\-own\-domain] [\-p] [\-P|\-\-ping\-dc] [\-r\ user] [\-R|\-\-lookup\-rids] [\- \-remove\-uid\-mapping\ uid,sid] [\-\-remove\-gid\-mapping\ gid,sid] [\-s\ sid] [\-\-separator] [\-\-sequence] [\-\-set\-auth\-user\ user%password] [\-\-set\-uid\-mapping\ uid,sid] [\-\-set\-gid\-mapping\ gid,sid] [\-S\ sid] [\-\-sid\-aliases] [\-\-sid\-to\-fullname] [\-t] [\-u] [\-\-uid\-info\ uid] [\-\-usage] [\-\-user\-domgroups\ sid] [\-\-user\-sids\ sid] [\-U\ uid] [\-V] [\-\-verbose] [\-Y\ sid]25 wbinfo [\-a\ user%password] [\-\-all\-domains] [\-\-allocate\-gid] [\-\-allocate\-uid] [\-c] [\-\-ccache\-save] [\-\-change\-user\-password] [\-D\ domain] [\-\-domain\ domain] [\-\-dsgetdcname\ domain] [\-g] [\-\-getdcname\ domain] [\-\-get\-auth\-user] [\-G\ gid] [\-\-gid\-info] [\-\-group\-info] [\-\-help|\-?] [\-i\ user] [\-I\ ip] [\-K\ user%password] [\-\-lanman] [\-m] [\-n\ name] [\-N\ netbios\-name] [\-\-ntlmv2] [\-\-online\-status] [\-\-own\-domain] [\-p] [\-P|\-\-ping\-dc] [\-r\ user] [\-R|\-\-lookup\-rids] [\-s\ sid] [\-\-separator] [\-\-set\-auth\-user\ user%password] [\-S\ sid] [\-\-sid\-aliases] [\-\-sid\-to\-fullname] [\-t] [\-u] [\-\-uid\-info\ uid] [\-\-usage] [\-\-user\-domgroups\ sid] [\-\-user\-sids\ sid] [\-U\ uid] [\-V] [\-\-verbose] [\-Y\ sid] 26 26 .SH "DESCRIPTION" 27 27 .PP … … 102 102 \fBwinbindd\fR(8) 103 103 belongs\&. Currently only the 104 \fB\-\-sequence\fR,105 104 \fB\-u\fR, and 106 105 \fB\-g\fR … … 235 234 \fBwinbindd\fR(8) 236 235 is still alive\&. Prints out either \'succeeded\' or \'failed\'\&. 236 .RE 237 .PP 238 \-P|\-\-ping\-dc 239 .RS 4 240 Issue a no\-effect command to our DC\&. This checks if our secure channel connection to our domain controller is still alive\&. It has much less impact than wbinfo \-t\&. 237 241 .RE 238 242 .PP … … 261 265 .RE 262 266 .PP 263 \-\-sequence264 .RS 4265 Show sequence numbers of all known domains\&.266 .RE267 .PP268 267 \-\-set\-auth\-user \fIusername%password\fR 269 268 .RS 4 … … 328 327 \-U|\-\-uid\-to\-sid \fIuid\fR 329 328 .RS 4 330 Try to convert a UNIX user id to a Windows NT SID\&. If the uid specified does not refer to one within the idmap uidrange then the operation will fail\&.329 Try to convert a UNIX user id to a Windows NT SID\&. If the uid specified does not refer to one within the idmap range then the operation will fail\&. 331 330 .RE 332 331 .PP … … 341 340 \fBwinbindd\fR(8) 342 341 then the operation will fail\&. 343 .RE344 .PP345 \-\-remove\-uid\-mapping uid,sid346 .RS 4347 Remove an existing uid to sid mapping entry from the IDmap backend\&.348 .RE349 .PP350 \-\-remove\-gid\-mapping gid,sid351 .RS 4352 Remove an existing gid to sid mapping entry from the IDmap backend\&.353 .RE354 .PP355 \-\-set\-uid\-mapping uid,sid356 .RS 4357 Create a new or modify an existing uid to sid mapping in the IDmap backend\&.358 .RE359 .PP360 \-\-set\-gid\-mapping gid,sid361 .RS 4362 Create a new or modify an existing gid to sid mapping in the IDmap backend\&.363 342 .RE 364 343 .PP
Note:
See TracChangeset
for help on using the changeset viewer.