summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2011-05-31 00:26:36 +0200
committerKarolin Seeger <kseeger@samba.org>2011-06-07 20:03:31 +0200
commit2f5ec203fd3a7ffd49950009cfaea427ce564dfa (patch)
treead66f37a9f7b9dce9fb991a1ba0cbd34fe2838d1
parent295778be13b2565560d0678a3fbd9546aef86c7e (diff)
downloadsamba-2f5ec203fd3a7ffd49950009cfaea427ce564dfa.tar.gz
idmap_tdb.8: Use new idmap syntax in examples
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit c867ebb7b70ab886ff740fc3826b2801beaf8718)
-rw-r--r--docs-xml/manpages-3/idmap_tdb.8.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/docs-xml/manpages-3/idmap_tdb.8.xml b/docs-xml/manpages-3/idmap_tdb.8.xml
index 06a29679c85..90d797f7f17 100644
--- a/docs-xml/manpages-3/idmap_tdb.8.xml
+++ b/docs-xml/manpages-3/idmap_tdb.8.xml
@@ -77,10 +77,9 @@
<programlisting>
[global]
- # "idmap backend = tdb" is redundant here since it is the default
- idmap backend = tdb
- idmap uid = 1000000-2000000
- idmap gid = 1000000-2000000
+ # "backend = tdb" is redundant here since it is the default
+ idmap config * : backend = tdb
+ idmap config * : range = 1000000-2000000
</programlisting>
<para>
@@ -95,11 +94,9 @@
<programlisting>
[global]
- idmap backend = ldap
- idmap uid = 1000000-2000000
- idmap gid = 1000000-2000000
+ idmap config * : backend = ldap
+ idmap config * : range = 1000000-2000000
# use a different uid/gid allocator:
- idmap alloc backend = tdb
idmap config DOM1 : backend = tdb
idmap config DOM1 : range = 1000000-2000000