|
Last change
on this file since 596 was 596, checked in by Herwig Bauernfeind, 14 years ago |
|
Samba 3.5: Update trunk to 3.5.8
|
|
File size:
1.9 KB
|
| Line | |
|---|
| 1 | '\" t
|
|---|
| 2 | .\" Title: idmap_nss
|
|---|
| 3 | .\" Author: [see the "AUTHOR" section]
|
|---|
| 4 | .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
|---|
| 5 | .\" Date: 03/06/2011
|
|---|
| 6 | .\" Manual: System Administration tools
|
|---|
| 7 | .\" Source: Samba 3.5
|
|---|
| 8 | .\" Language: English
|
|---|
| 9 | .\"
|
|---|
| 10 | .TH "IDMAP_NSS" "8" "03/06/2011" "Samba 3\&.5" "System Administration tools"
|
|---|
| 11 | .\" -----------------------------------------------------------------
|
|---|
| 12 | .\" * set default formatting
|
|---|
| 13 | .\" -----------------------------------------------------------------
|
|---|
| 14 | .\" disable hyphenation
|
|---|
| 15 | .nh
|
|---|
| 16 | .\" disable justification (adjust text to left margin only)
|
|---|
| 17 | .ad l
|
|---|
| 18 | .\" -----------------------------------------------------------------
|
|---|
| 19 | .\" * MAIN CONTENT STARTS HERE *
|
|---|
| 20 | .\" -----------------------------------------------------------------
|
|---|
| 21 | .SH "NAME"
|
|---|
| 22 | idmap_nss \- Samba\'s idmap_nss Backend for Winbind
|
|---|
| 23 | .SH "DESCRIPTION"
|
|---|
| 24 | .PP
|
|---|
| 25 | The idmap_nss plugin provides a means to map Unix users and groups to Windows accounts and obseletes the "winbind trusted domains only" smb\&.conf option\&. This provides a simple means of ensuring that the SID for a Unix user named jsmith is reported as the one assigned to DOMAIN\ejsmith which is necessary for reporting ACLs on files and printers stored on a Samba member server\&.
|
|---|
| 26 | .SH "EXAMPLES"
|
|---|
| 27 | .PP
|
|---|
| 28 | This example shows how to use idmap_nss to check the local accounts for its own domain while using allocation to create new mappings for trusted domains
|
|---|
| 29 | .sp
|
|---|
| 30 | .if n \{\
|
|---|
| 31 | .RS 4
|
|---|
| 32 | .\}
|
|---|
| 33 | .nf
|
|---|
| 34 | [global]
|
|---|
| 35 | idmap backend = tdb
|
|---|
| 36 | idmap uid = 1000000\-1999999
|
|---|
| 37 | idmap gid = 1000000\-1999999
|
|---|
| 38 |
|
|---|
| 39 | idmap config SAMBA : backend = nss
|
|---|
| 40 | idmap config SAMBA : range = 1000\-999999
|
|---|
| 41 |
|
|---|
| 42 | .fi
|
|---|
| 43 | .if n \{\
|
|---|
| 44 | .RE
|
|---|
| 45 | .\}
|
|---|
| 46 | .SH "AUTHOR"
|
|---|
| 47 | .PP
|
|---|
| 48 | The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.