|
Last change
on this file since 225 was 225, checked in by Herwig Bauernfeind, 17 years ago |
|
Update 3.2 branch to 3.2.6 docs manpages
|
|
File size:
1.6 KB
|
| Line | |
|---|
| 1 | .\" Title: idmap_nss
|
|---|
| 2 | .\" Author:
|
|---|
| 3 | .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
|
|---|
| 4 | .\" Date: 12/10/2008
|
|---|
| 5 | .\" Manual: System Administration tools
|
|---|
| 6 | .\" Source: Samba 3.2
|
|---|
| 7 | .\"
|
|---|
| 8 | .TH "IDMAP_NSS" "8" "12/10/2008" "Samba 3\.2" "System Administration tools"
|
|---|
| 9 | .\" disable hyphenation
|
|---|
| 10 | .nh
|
|---|
| 11 | .\" disable justification (adjust text to left margin only)
|
|---|
| 12 | .ad l
|
|---|
| 13 | .SH "NAME"
|
|---|
| 14 | idmap_nss - Samba's idmap_nss Backend for Winbind
|
|---|
| 15 | .SH "DESCRIPTION"
|
|---|
| 16 | .PP
|
|---|
| 17 | 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\.
|
|---|
| 18 | .SH "EXAMPLES"
|
|---|
| 19 | .PP
|
|---|
| 20 | 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
|
|---|
| 21 | .sp
|
|---|
| 22 | .RS 4
|
|---|
| 23 | .nf
|
|---|
| 24 | [global]
|
|---|
| 25 | idmap domains = SAMBA TRUSTEDDOMAINS
|
|---|
| 26 |
|
|---|
| 27 | idmap config SAMBA:backend = nss
|
|---|
| 28 | idmap config SAMBA:readonly = yes
|
|---|
| 29 |
|
|---|
| 30 | idmap config TRUSTEDDOMAINS:default = yes
|
|---|
| 31 | idmap config TRUSTEDDOMAINS:backend = tdb
|
|---|
| 32 | idmap config TRUSTEDDOMAINS:range = 10000 \- 50000
|
|---|
| 33 |
|
|---|
| 34 | idmap alloc backend = tdb
|
|---|
| 35 | idmap alloc config:range = 10000 \- 50000
|
|---|
| 36 |
|
|---|
| 37 | .fi
|
|---|
| 38 | .RE
|
|---|
| 39 | .SH "AUTHOR"
|
|---|
| 40 | .PP
|
|---|
| 41 | 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.