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. This provides a simple means of ensuring that the SID
11 for a Unix user named jsmith is reported as the one assigned to
12 DOMAIN\jsmith which is necessary for reporting ACLs on files and
13 printers stored on a Samba member server.
14
16 This example shows how to use idmap_nss to obtain the local account
17 ID's for its own domain (SAMBA) from NSS, whilst allocating new
18 mappings for the default domain (*) and any trusted domains.
19
20 [global]
21 idmap config * : backend = tdb
22 idmap config * : range = 1000000-1999999
23
24 idmap config SAMBA : backend = nss
25 idmap config SAMBA : range = 1000-999999
26
27
29 The original Samba software and related utilities were created by
30 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
31 Source project similar to the way the Linux kernel is developed.
32
33
34
35Samba 4.15.2 11/13/2021 IDMAP_NSS(8)