Changeset 740 for vendor/current/docs/manpages/winbindd.8
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/winbindd.8
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: System Administration tools 7 .\" Source: Samba 3. 57 .\" Source: Samba 3.6 8 8 .\" Language: English 9 9 .\" 10 .TH "WINBINDD" "8" "08/0 2/2011" "Samba 3\&.5" "System Administration tools"10 .TH "WINBINDD" "8" "08/08/2011" "Samba 3\&.6" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting … … 40 40 and the 41 41 pam_winbind\&.so 42 PAM module, by managing connections to domain controllers\&. In this configuraiton the 43 \m[blue]\fBidmap uid\fR\m[] 44 and 45 \m[blue]\fBidmap gid\fR\m[] 46 parameters are not required\&. (This is known as `netlogon proxy only mode\'\&.) 42 PAM module, by managing connections to domain controllers\&. In this configuration the 43 \m[blue]\fBidmap config * : range\fR\m[] 44 parameter is not required\&. (This is known as `netlogon proxy only mode\'\&.) 47 45 .PP 48 46 The Name Service Switch allows user and system information to be obtained from different databases services such as NIS or DNS\&. The exact behaviour can be configured through the … … 266 264 .\} 267 265 268 \m[blue]\fBidmap uid\fR\m[] 269 .RE 270 .sp 271 .RS 4 272 .ie n \{\ 273 \h'-04'\(bu\h'+03'\c 274 .\} 275 .el \{\ 276 .sp -1 277 .IP \(bu 2.3 278 .\} 279 280 \m[blue]\fBidmap gid\fR\m[] 281 .RE 282 .sp 283 .RS 4 284 .ie n \{\ 285 \h'-04'\(bu\h'+03'\c 286 .\} 287 .el \{\ 288 .sp -1 289 .IP \(bu 2.3 290 .\} 291 292 \m[blue]\fBidmap backend\fR\m[] 266 \m[blue]\fBidmap config * : range\fR\m[] 267 .RE 268 .sp 269 .RS 4 270 .ie n \{\ 271 \h'-04'\(bu\h'+03'\c 272 .\} 273 .el \{\ 274 .sp -1 275 .IP \(bu 2.3 276 .\} 277 278 \m[blue]\fBidmap config * : backend\fR\m[] 293 279 .RE 294 280 .sp … … 376 362 \m[blue]\fBwinbind: rpc only\fR\m[] 377 363 Setting this parameter forces winbindd to use RPC instead of LDAP to retrieve information from Domain Controllers\&. 364 .RE 378 365 .SH "EXAMPLE SETUP" 379 366 .PP … … 478 465 template shell = /bin/bash 479 466 template homedir = /home/%D/%U 480 idmap uid = 10000\-20000 481 idmap gid = 10000\-20000 467 idmap config * : range = 10000\-20000 482 468 workgroup = DOMAIN 483 469 security = domain … … 507 493 If more than one UNIX machine is running 508 494 winbindd, then in general the user and groups ids allocated by winbindd will not be the same\&. The user and group ids will only be valid for the local machine, unless a shared 509 \m[blue]\fBidmap backend\fR\m[]495 \m[blue]\fBidmap config * : backend\fR\m[] 510 496 is configured\&. 511 497 .PP
Note:
See TracChangeset
for help on using the changeset viewer.