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">3.2</refmiscinfo>
15 <refname>idmap_tdb</refname>
16 <refpurpose>Samba's idmap_tdb Backend for Winbind</refpurpose>
20 <title>DESCRIPTION</title>
22 <para>The idmap_tdb plugin is the default backend used by winbindd
23 for storing SID/uid/gid mapping tables and implements
24 both the "idmap" and "idmap alloc" APIs.
29 <title>IDMAP OPTIONS</title>
33 <term>range = low - high</term>
35 Defines the available matching uid and gid range for which the
36 backend is authoritative. Note that the range commonly matches
37 the allocation range due to the fact that the same backend will
38 store and retrieve SID/uid/gid mapping entries. If the parameter
39 is absent, Winbind fail over to use the "idmap uid" and
40 "idmap gid" options from smb.conf.
47 <title>IDMAP ALLOC OPTIONS</title>
51 <term>range = low - high</term>
53 Defines the available matching uid and gid range from which
54 winbindd can allocate for users and groups. If the parameter
55 is absent, Winbind fail over to use the "idmap uid"
56 and "idmap gid" options from smb.conf.
66 The original Samba software and related utilities
67 were created by Andrew Tridgell. Samba is now developed
68 by the Samba Team as an Open Source project similar
69 to the way the Linux kernel is developed.