Last change
on this file was 740, checked in by Silvan Scherrer, 13 years ago |
Samba Server: update vendor to 3.6.0
|
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: 08/08/2011
|
---|
6 | .\" Manual: System Administration tools
|
---|
7 | .\" Source: Samba 3.6
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "IDMAP_NSS" "8" "08/08/2011" "Samba 3\&.6" "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 config * : backend = tdb
|
---|
36 | idmap config * : range = 1000000\-1999999
|
---|
37 |
|
---|
38 | idmap config SAMBA : backend = nss
|
---|
39 | idmap config SAMBA : range = 1000\-999999
|
---|
40 |
|
---|
41 | .fi
|
---|
42 | .if n \{\
|
---|
43 | .RE
|
---|
44 | .\}
|
---|
45 | .SH "AUTHOR"
|
---|
46 | .PP
|
---|
47 | 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.