1 | '\" t
|
---|
2 | .\" Title: idmap_tdb
|
---|
3 | .\" Author: [see the "AUTHOR" section]
|
---|
4 | .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
---|
5 | .\" Date: 09/18/2013
|
---|
6 | .\" Manual: System Administration tools
|
---|
7 | .\" Source: Samba 3.6
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "IDMAP_TDB" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools"
|
---|
11 | .\" -----------------------------------------------------------------
|
---|
12 | .\" * Define some portability stuff
|
---|
13 | .\" -----------------------------------------------------------------
|
---|
14 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
15 | .\" http://bugs.debian.org/507673
|
---|
16 | .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
---|
17 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
18 | .ie \n(.g .ds Aq \(aq
|
---|
19 | .el .ds Aq '
|
---|
20 | .\" -----------------------------------------------------------------
|
---|
21 | .\" * set default formatting
|
---|
22 | .\" -----------------------------------------------------------------
|
---|
23 | .\" disable hyphenation
|
---|
24 | .nh
|
---|
25 | .\" disable justification (adjust text to left margin only)
|
---|
26 | .ad l
|
---|
27 | .\" -----------------------------------------------------------------
|
---|
28 | .\" * MAIN CONTENT STARTS HERE *
|
---|
29 | .\" -----------------------------------------------------------------
|
---|
30 | .SH "NAME"
|
---|
31 | idmap_tdb \- Samba\*(Aqs idmap_tdb Backend for Winbind
|
---|
32 | .SH "DESCRIPTION"
|
---|
33 | .PP
|
---|
34 | The idmap_tdb plugin is the default backend used by winbindd for storing SID/uid/gid mapping tables\&.
|
---|
35 | .PP
|
---|
36 | 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 order to create new mappings\&.
|
---|
37 | .SH "IDMAP OPTIONS"
|
---|
38 | .PP
|
---|
39 | range = low \- high
|
---|
40 | .RS 4
|
---|
41 | Defines the available matching uid and gid range for which the backend is authoritative\&.
|
---|
42 | .RE
|
---|
43 | .SH "EXAMPLES"
|
---|
44 | .PP
|
---|
45 | This example shows how tdb is used as a the default idmap backend\&. This configured range is used for uid and gid allocation\&.
|
---|
46 | .sp
|
---|
47 | .if n \{\
|
---|
48 | .RS 4
|
---|
49 | .\}
|
---|
50 | .nf
|
---|
51 | [global]
|
---|
52 | # "backend = tdb" is redundant here since it is the default
|
---|
53 | idmap config * : backend = tdb
|
---|
54 | idmap config * : range = 1000000\-2000000
|
---|
55 |
|
---|
56 | .fi
|
---|
57 | .if n \{\
|
---|
58 | .RE
|
---|
59 | .\}
|
---|
60 | .SH "AUTHOR"
|
---|
61 | .PP
|
---|
62 | The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&.
|
---|