summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-05-31 18:09:14 +0200
committerMichael Adam <obnox@samba.org>2011-05-31 19:47:45 +0200
commitcfef10a0a2a16221eac27b6b7d3b3d7d952a418e (patch)
treea989dc67de041de9cc01b516b74130cec4b3851e /docs-xml
parentc3fecc6bdc7a06516a53189115a986f2cd0f42cc (diff)
downloadsamba-cfef10a0a2a16221eac27b6b7d3b3d7d952a418e.tar.gz
samba-cfef10a0a2a16221eac27b6b7d3b3d7d952a418e.tar.bz2
samba-cfef10a0a2a16221eac27b6b7d3b3d7d952a418e.zip
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
Diffstat (limited to 'docs-xml')
-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 cd024e8b3b..c67d6cb9bc 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>