source: trunk/server/docs/htmldocs/manpages/idmap_tdb.8.html

Last change on this file was 862, checked in by Silvan Scherrer, 11 years ago

Samba Server: update trunk to 3.6.23

File size: 1.9 KB
Line 
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>idmap_tdb</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="idmap_tdb"><a name="idmap_tdb.8"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>idmap_tdb &#8212; Samba's idmap_tdb Backend for Winbind</p></div><div class="refsynopsisdiv" title="DESCRIPTION"><h2>DESCRIPTION</h2><p>
2 The idmap_tdb plugin is the default backend used by winbindd
3 for storing SID/uid/gid mapping tables.
4 </p><p>
5 In contrast to read only backends like idmap_rid, it is an allocating
6 backend: This means that it needs to allocate new user and group IDs in
7 order to create new mappings.
8 </p></div><div class="refsect1" title="IDMAP OPTIONS"><a name="id266342"></a><h2>IDMAP OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">range = low - high</span></dt><dd><p>
9 Defines the available matching uid and gid range for which the
10 backend is authoritative.
11 </p></dd></dl></div></div><div class="refsect1" title="EXAMPLES"><a name="id266365"></a><h2>EXAMPLES</h2><p>
12 This example shows how tdb is used as a the default idmap backend.
13 This configured range is used for uid and gid allocation.
14 </p><pre class="programlisting">
15 [global]
16 # "backend = tdb" is redundant here since it is the default
17 idmap config * : backend = tdb
18 idmap config * : range = 1000000-2000000
19 </pre></div><div class="refsect1" title="AUTHOR"><a name="id266838"></a><h2>AUTHOR</h2><p>
20 The original Samba software and related utilities
21 were created by Andrew Tridgell. Samba is now developed
22 by the Samba Team as an Open Source project similar
23 to the way the Linux kernel is developed.
24 </p></div></div></body></html>
Note: See TracBrowser for help on using the repository browser.