source: branches/samba-3.2.x/docs/manpages/idmap_tdb.8@ 198

Last change on this file since 198 was 149, checked in by Paul Smedley, 17 years ago

Update trunk to v3.2.2

File size: 1.9 KB
Line 
1.\" Title: idmap_tdb
2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
4.\" Date: 08/18/2008
5.\" Manual: System Administration tools
6.\" Source: Samba 3.2
7.\"
8.TH "IDMAP_TDB" "8" "08/18/2008" "Samba 3\.2" "System Administration tools"
9.\" disable hyphenation
10.nh
11.\" disable justification (adjust text to left margin only)
12.ad l
13.SH "NAME"
14idmap_tdb - Samba's idmap_tdb Backend for Winbind
15.SH "DESCRIPTION"
16.PP
17The idmap_tdb plugin is the default backend used by winbindd for storing SID/uid/gid mapping tables and implements both the "idmap" and "idmap alloc" APIs\.
18.SH "IDMAP OPTIONS"
19.PP
20range = low \- high
21.RS 4
22Defines the available matching uid and gid range for which the backend is authoritative\. Note that the range commonly matches the allocation range due to the fact that the same backend will store and retrieve SID/uid/gid mapping entries\. If the parameter is absent, Winbind fail over to use the "idmap uid" and "idmap gid" options from smb\.conf\.
23.RE
24.SH "IDMAP ALLOC OPTIONS"
25.PP
26range = low \- high
27.RS 4
28Defines the available matching uid and gid range from which winbindd can allocate for users and groups\. If the parameter is absent, Winbind fail over to use the "idmap uid" and "idmap gid" options from smb\.conf\.
29.RE
30.SH "EXAMPLES"
31.PP
32The following example is equivalent to the pre\-3\.0\.25 default idmap configuration using the "idmap backend = tdb" setting\.
33.sp
34.RS 4
35.nf
36 [global]
37 idmap domains = ALLDOMAINS
38 idmap config ALLDOMAINS:default = yes
39 idmap config ALLDOMAINS:backend = tdb
40 idmap config ALLDOMAINS:range = 10000 \- 50000
41
42 idmap alloc backend = tdb
43 idmap alloc config:range = 10000 \- 50000
44
45.fi
46.RE
47.SH "AUTHOR"
48.PP
49The 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\.
Note: See TracBrowser for help on using the repository browser.