1IDMAP_NSS(8) System Administration tools IDMAP_NSS(8)
2
3
4
6 idmap_nss - Samba´s idmap_nss Backend for Winbind
7
9 The idmap_nss plugin provides a means to map Unix users and groups to
10 Windows accounts and obseletes the "winbind trusted domains only"
11 smb.conf option. This provides a simple means of ensuring that the SID
12 for a Unix user named jsmith is reported as the one assigned to
13 DOMAIN\jsmith which is necessary for reporting ACLs on files and
14 printers stored on a Samba member server.
15
17 This example shows how to use idmap_nss to check the local accounts for
18 its own domain while using allocation to create new mappings for
19 trusted domains
20
21 [global]
22 idmap backend = tdb
23 idmap uid = 1000000-1999999
24 idmap gid = 1000000-1999999
25
26 idmap config SAMBA : backend = nss
27 idmap config SAMBA : range = 1000-999999
28
29
31 The original Samba software and related utilities were created by
32 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
33 Source project similar to the way the Linux kernel is developed.
34
35
36
37Samba 3.5 08/02/2011 IDMAP_NSS(8)