Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs/manpages/winbindd.8

    r618 r740  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 08/02/2011
     5.\"      Date: 08/08/2011
    66.\"    Manual: System Administration tools
    7 .\"    Source: Samba 3.5
     7.\"    Source: Samba 3.6
    88.\"  Language: English
    99.\"
    10 .TH "WINBINDD" "8" "08/02/2011" "Samba 3\&.5" "System Administration tools"
     10.TH "WINBINDD" "8" "08/08/2011" "Samba 3\&.6" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
     
    4040and the
    4141pam_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\'\&.)
     42PAM module, by managing connections to domain controllers\&. In this configuration the
     43\m[blue]\fBidmap config * : range\fR\m[]
     44parameter is not required\&. (This is known as `netlogon proxy only mode\'\&.)
    4745.PP
    4846The 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
     
    266264.\}
    267265
    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[]
    293279.RE
    294280.sp
     
    376362\m[blue]\fBwinbind: rpc only\fR\m[]
    377363Setting this parameter forces winbindd to use RPC instead of LDAP to retrieve information from Domain Controllers\&.
     364.RE
    378365.SH "EXAMPLE SETUP"
    379366.PP
     
    478465        template shell = /bin/bash
    479466        template homedir = /home/%D/%U
    480         idmap uid = 10000\-20000
    481         idmap gid = 10000\-20000
     467        idmap config * : range = 10000\-20000
    482468        workgroup = DOMAIN
    483469        security = domain
     
    507493If more than one UNIX machine is running
    508494winbindd, 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[]
    510496is configured\&.
    511497.PP
Note: See TracChangeset for help on using the changeset viewer.