| 1 | '\" t
|
|---|
| 2 | .\" Title: idmap_nss
|
|---|
| 3 | .\" Author: [see the "AUTHOR" section]
|
|---|
| 4 | .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
|---|
| 5 | .\" Date: 10/25/2016
|
|---|
| 6 | .\" Manual: System Administration tools
|
|---|
| 7 | .\" Source: Samba 4.4
|
|---|
| 8 | .\" Language: English
|
|---|
| 9 | .\"
|
|---|
| 10 | .TH "IDMAP_NSS" "8" "10/25/2016" "Samba 4\&.4" "System Administration tools"
|
|---|
| 11 | .\" -----------------------------------------------------------------
|
|---|
| 12 | .\" * Define some portability stuff
|
|---|
| 13 | .\" -----------------------------------------------------------------
|
|---|
| 14 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 15 | .\" http://bugs.debian.org/507673
|
|---|
| 16 | .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|---|
| 17 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 18 | .ie \n(.g .ds Aq \(aq
|
|---|
| 19 | .el .ds Aq '
|
|---|
| 20 | .\" -----------------------------------------------------------------
|
|---|
| 21 | .\" * set default formatting
|
|---|
| 22 | .\" -----------------------------------------------------------------
|
|---|
| 23 | .\" disable hyphenation
|
|---|
| 24 | .nh
|
|---|
| 25 | .\" disable justification (adjust text to left margin only)
|
|---|
| 26 | .ad l
|
|---|
| 27 | .\" -----------------------------------------------------------------
|
|---|
| 28 | .\" * MAIN CONTENT STARTS HERE *
|
|---|
| 29 | .\" -----------------------------------------------------------------
|
|---|
| 30 | .SH "NAME"
|
|---|
| 31 | idmap_nss \- Samba\*(Aqs idmap_nss Backend for Winbind
|
|---|
| 32 | .SH "DESCRIPTION"
|
|---|
| 33 | .PP
|
|---|
| 34 | The idmap_nss plugin provides a means to map Unix users and groups to Windows accounts and obsoletes 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\&.
|
|---|
| 35 | .SH "EXAMPLES"
|
|---|
| 36 | .PP
|
|---|
| 37 | 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
|
|---|
| 38 | .sp
|
|---|
| 39 | .if n \{\
|
|---|
| 40 | .RS 4
|
|---|
| 41 | .\}
|
|---|
| 42 | .nf
|
|---|
| 43 | [global]
|
|---|
| 44 | idmap config * : backend = tdb
|
|---|
| 45 | idmap config * : range = 1000000\-1999999
|
|---|
| 46 |
|
|---|
| 47 | idmap config SAMBA : backend = nss
|
|---|
| 48 | idmap config SAMBA : range = 1000\-999999
|
|---|
| 49 |
|
|---|
| 50 | .fi
|
|---|
| 51 | .if n \{\
|
|---|
| 52 | .RE
|
|---|
| 53 | .\}
|
|---|
| 54 | .SH "AUTHOR"
|
|---|
| 55 | .PP
|
|---|
| 56 | 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\&.
|
|---|