1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="idmap_tdb.8">
6 <refentrytitle>idmap_tdb</refentrytitle>
7 <manvolnum>8</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10 <refmiscinfo class="version">4.2</refmiscinfo>
15 <refname>idmap_tdb</refname>
16 <refpurpose>Samba's idmap_tdb Backend for Winbind</refpurpose>
20 <title>DESCRIPTION</title>
23 The idmap_tdb plugin is the default backend used by winbindd
24 for storing SID/uid/gid mapping tables.
28 In contrast to read only backends like idmap_rid, it is an allocating
29 backend: This means that it needs to allocate new user and group IDs in
30 order to create new mappings.
35 <title>IDMAP OPTIONS</title>
39 <term>range = low - high</term>
41 Defines the available matching uid and gid range for which the
42 backend is authoritative.
49 <title>EXAMPLES</title>
52 This example shows how tdb is used as a the default idmap backend.
53 This configured range is used for uid and gid allocation.
58 # "backend = tdb" is redundant here since it is the default
59 idmap config * : backend = tdb
60 idmap config * : range = 1000000-2000000
68 The original Samba software and related utilities
69 were created by Andrew Tridgell. Samba is now developed
70 by the Samba Team as an Open Source project similar
71 to the way the Linux kernel is developed.