summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-05-31 18:09:14 +0200
committerKarolin Seeger <kseeger@samba.org>2011-06-07 20:04:03 +0200
commitb2dc899a5424e1bdb6ec70aaabfd3963cf00c816 (patch)
treec1663602fec63d23339d107305b88cd0783471a0
parentaeaaa8e069cbd43ccdbca1b434806fc5100677d7 (diff)
downloadsamba-b2dc899a5424e1bdb6ec70aaabfd3963cf00c816.tar.gz
s3:doc: clean up the example section of the idmap_tdb manpage
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 19:47:45 CEST 2011 on sn-devel-104 (cherry picked from commit 2c3a74542b81829c919ff70838edd070c65657d9)
-rw-r--r--docs-xml/manpages-3/idmap_tdb.8.xml23
1 files changed, 1 insertions, 22 deletions
diff --git a/docs-xml/manpages-3/idmap_tdb.8.xml b/docs-xml/manpages-3/idmap_tdb.8.xml
index cd024e8b3b9..c67d6cb9bc2 100644
--- a/docs-xml/manpages-3/idmap_tdb.8.xml
+++ b/docs-xml/manpages-3/idmap_tdb.8.xml
@@ -50,8 +50,7 @@
<para>
This example shows how tdb is used as a the default idmap backend.
- It configures the idmap range through the global options for all
- domains encountered. This same range is used for uid/gid allocation.
+ This configured range is used for uid and gid allocation.
</para>
<programlisting>
@@ -60,26 +59,6 @@
idmap config * : backend = tdb
idmap config * : range = 1000000-2000000
</programlisting>
-
- <para>
- This (rather theoretical) example shows how tdb can be used as the
- allocating backend while ldap is the default backend used to store
- the mappings.
- It adds an explicit configuration for some domain DOM1, that
- uses the tdb idmap backend. Note that the same range as the
- default uid/gid range is used, since the allocator has to serve
- both the default backend and the explicitly configured domain DOM1.
- </para>
-
- <programlisting>
- [global]
- idmap config * : backend = ldap
- idmap config * : range = 1000000-2000000
- # use a different uid/gid allocator:
-
- idmap config DOM1 : backend = tdb
- idmap config DOM1 : range = 1000000-2000000
- </programlisting>
</refsect1>
<refsect1>