1IDMAP_TDB(8) System Administration tools IDMAP_TDB(8)
2
3
4
6 idmap_tdb - Samba's idmap_tdb Backend for Winbind
7
9 The idmap_tdb plugin is the default backend used by winbindd for
10 storing SID/uid/gid mapping tables.
11
12 In contrast to read only backends like idmap_rid, it is an allocating
13 backend: This means that it needs to allocate new user and group IDs in
14 order to create new mappings.
15
17 range = low - high
18 Defines the available matching uid and gid range for which the
19 backend is authoritative.
20
22 This example shows how tdb is used as a the default idmap backend. This
23 configured range is used for uid and gid allocation.
24
25 [global]
26 # "backend = tdb" is redundant here since it is the default
27 idmap config * : backend = tdb
28 idmap config * : range = 1000000-2000000
29
30
32 The original Samba software and related utilities were created by
33 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
34 Source project similar to the way the Linux kernel is developed.
35
36
37
38Samba 3.6 04/11/2016 IDMAP_TDB(8)