2007-03-21 22:16:56 +03:00
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
<refentry id= "idmap_tdb.8" >
<refmeta >
<refentrytitle > idmap_tdb</refentrytitle>
<manvolnum > 8</manvolnum>
2008-04-07 00:26:45 +04:00
<refmiscinfo class= "source" > Samba</refmiscinfo>
<refmiscinfo class= "manual" > System Administration tools</refmiscinfo>
2017-12-12 11:08:06 +03:00
<refmiscinfo class= "version" > &doc.version; </refmiscinfo>
2007-03-21 22:16:56 +03:00
</refmeta>
<refnamediv >
<refname > idmap_tdb</refname>
2007-03-21 22:38:36 +03:00
<refpurpose > Samba's idmap_tdb Backend for Winbind</refpurpose>
2007-03-21 22:16:56 +03:00
</refnamediv>
<refsynopsisdiv >
<title > DESCRIPTION</title>
2009-01-21 02:06:10 +03:00
<para >
The idmap_tdb plugin is the default backend used by winbindd
2009-01-21 12:55:19 +03:00
for storing SID/uid/gid mapping tables.
</para>
<para >
In contrast to read only backends like idmap_rid, it is an allocating
backend: This means that it needs to allocate new user and group IDs in
2011-05-31 02:26:37 +04:00
order to create new mappings.
2007-03-21 22:16:56 +03:00
</para>
</refsynopsisdiv>
<refsect1 >
<title > IDMAP OPTIONS</title>
2007-08-21 02:47:12 +04:00
<variablelist >
2007-03-21 22:16:56 +03:00
<varlistentry >
<term > range = low - high</term>
<listitem > <para >
Defines the available matching uid and gid range for which the
2009-01-21 02:06:10 +03:00
backend is authoritative.
2007-03-21 22:16:56 +03:00
</para> </listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 >
2009-01-21 02:06:10 +03:00
<title > EXAMPLES</title>
2007-03-21 22:16:56 +03:00
2009-01-21 02:06:10 +03:00
<para >
This example shows how tdb is used as a the default idmap backend.
2011-05-31 20:09:14 +04:00
This configured range is used for uid and gid allocation.
2009-01-21 02:06:10 +03:00
</para>
<programlisting >
[global]
2011-05-31 02:26:36 +04:00
# "backend = tdb" is redundant here since it is the default
idmap config * : backend = tdb
idmap config * : range = 1000000-2000000
2009-01-21 02:06:10 +03:00
</programlisting>
2007-03-21 22:16:56 +03:00
</refsect1>
<refsect1 >
<title > AUTHOR</title>
<para >
2007-08-21 02:47:12 +04:00
The original Samba software and related utilities
2007-03-21 22:16:56 +03:00
were created by Andrew Tridgell. Samba is now developed
2007-08-21 02:47:12 +04:00
by the Samba Team as an Open Source project similar
2007-03-21 22:16:56 +03:00
to the way the Linux kernel is developed.
2007-08-21 02:47:12 +04:00
</para>
2007-03-21 22:16:56 +03:00
</refsect1>
</refentry>