1IDMAP_HASH(8) System Administration tools IDMAP_HASH(8)
2
3
4
6 idmap_hash - Samba´s idmap_hash Backend for Winbind
7
9 The idmap_hash plugin implements a hashing algorithm used to map SIDs
10 for domain users and groups to 31-bit uids and gids, respectively. This
11 plugin also implements the nss_info API and can be used to support a
12 local name mapping files if enabled via the "winbind normalize names"
13 and "winbind nss info" parameters in smb.conf.
14
16 name_map
17 Specifies the absolute path to the name mapping file used by the
18 nss_info API. Entries in the file are of the form "unix name =
19 qualified domain name". Mapping of both user and group names is
20 supported.
21
23 The following example utilizes the idmap_hash plugin for the idmap and
24 nss_info information.
25
26 [global]
27 idmap backend = hash
28 idmap uid = 1000-4000000000
29 idmap gid = 1000-4000000000
30
31 winbind nss info = hash
32 winbind normalize names = yes
33 idmap_hash:name_map = /etc/samba/name_map.cfg
34
35
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
43Samba 3.5 08/02/2011 IDMAP_HASH(8)