1IDMAP_NSS(8)                                                      IDMAP_NSS(8)
2
3
4

NAME

6       idmap_nss - Samba's idmap_nss Backend for Winbind
7

DESCRIPTION

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 DOMAINā€
13       jsmith  which  is  necessary  for  reporting ACLs on files and printers
14       stored on a Samba member server.
15

EXAMPLES

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
22            [global]
23                idmap domains = SAMBA TRUSTEDDOMAINS
24
25                idmap config SAMBA:backend  = nss
26                idmap config SAMBA:readonly = yes
27
28                idmap config TRUSTEDDOMAINS:default = yes
29                idmap config TRUSTEDDOMAINS:backend = tdb
30                idmap config TRUSTEDDOMAINS:range   = 10000 - 50000
31
32                idmap alloc backend      = tdb
33                idmap alloc config:range = 10000 - 50000
34
35

AUTHOR

37       The original Samba software  and  related  utilities  were  created  by
38       Andrew  Tridgell.  Samba  is now developed by the Samba Team as an Open
39       Source project similar to the way the Linux kernel is developed.
40
41
42
43
44                                                                  IDMAP_NSS(8)
Impressum