| 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">
|
|---|
| 4 |
|
|---|
| 5 | <refmeta>
|
|---|
| 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>
|
|---|
| 11 | </refmeta>
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | <refnamediv>
|
|---|
| 15 | <refname>idmap_tdb</refname>
|
|---|
| 16 | <refpurpose>Samba's idmap_tdb Backend for Winbind</refpurpose>
|
|---|
| 17 | </refnamediv>
|
|---|
| 18 |
|
|---|
| 19 | <refsynopsisdiv>
|
|---|
| 20 | <title>DESCRIPTION</title>
|
|---|
| 21 |
|
|---|
| 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.
|
|---|
| 25 | </para>
|
|---|
| 26 | </refsynopsisdiv>
|
|---|
| 27 |
|
|---|
| 28 | <refsect1>
|
|---|
| 29 | <title>IDMAP OPTIONS</title>
|
|---|
| 30 |
|
|---|
| 31 | <variablelist>
|
|---|
| 32 | <varlistentry>
|
|---|
| 33 | <term>range = low - high</term>
|
|---|
| 34 | <listitem><para>
|
|---|
| 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.
|
|---|
| 41 | </para></listitem>
|
|---|
| 42 | </varlistentry>
|
|---|
| 43 | </variablelist>
|
|---|
| 44 | </refsect1>
|
|---|
| 45 |
|
|---|
| 46 | <refsect1>
|
|---|
| 47 | <title>IDMAP ALLOC OPTIONS</title>
|
|---|
| 48 |
|
|---|
| 49 | <variablelist>
|
|---|
| 50 | <varlistentry>
|
|---|
| 51 | <term>range = low - high</term>
|
|---|
| 52 | <listitem><para>
|
|---|
| 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.
|
|---|
| 57 | </para></listitem>
|
|---|
| 58 | </varlistentry>
|
|---|
| 59 | </variablelist>
|
|---|
| 60 | </refsect1>
|
|---|
| 61 |
|
|---|
| 62 | <refsect1>
|
|---|
| 63 | <title>EXAMPLES</title>
|
|---|
| 64 |
|
|---|
| 65 | <para>
|
|---|
|
|---|