summaryrefslogtreecommitdiff
path: root/docs/htmldocs/manpages/idmap_tdb.8.html
diff options
context:
space:
mode:
authorbubulle <bubulle@alioth.debian.org>2008-11-01 11:09:46 +0000
committerbubulle <bubulle@alioth.debian.org>2008-11-01 11:09:46 +0000
commita2b71a0141763c20552bb45eeb4cb78c4b513118 (patch)
tree85b64d98387145ea4e00c1b529e1820542a979a3 /docs/htmldocs/manpages/idmap_tdb.8.html
parent2203bd59918d6d70515f9dad601cb5c0ef098092 (diff)
downloadsamba-a2b71a0141763c20552bb45eeb4cb78c4b513118.tar.gz
Revert the merge of 3.3.0~pre2 in upstream branch
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@2200 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'docs/htmldocs/manpages/idmap_tdb.8.html')
-rw-r--r--docs/htmldocs/manpages/idmap_tdb.8.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/htmldocs/manpages/idmap_tdb.8.html b/docs/htmldocs/manpages/idmap_tdb.8.html
index 933b2a020c..467bc00073 100644
--- a/docs/htmldocs/manpages/idmap_tdb.8.html
+++ b/docs/htmldocs/manpages/idmap_tdb.8.html
@@ -13,7 +13,19 @@
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.
- </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2479169"></a><h2>AUTHOR</h2><p>
+ </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2479169"></a><h2>EXAMPLES</h2><p>
+ The following example is equivalent to the pre-3.0.25 default idmap
+ configuration using the "idmap backend = tdb" setting.
+ </p><pre class="programlisting">
+ [global]
+ idmap domains = ALLDOMAINS
+ idmap config ALLDOMAINS:default = yes
+ idmap config ALLDOMAINS:backend = tdb
+ idmap config ALLDOMAINS:range = 10000 - 50000
+
+ idmap alloc backend = tdb
+ idmap alloc config:range = 10000 - 50000
+ </pre></div><div class="refsect1" lang="en"><a name="id2479191"></a><h2>AUTHOR</h2><p>
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