summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2011-05-31 00:26:36 +0200
committerMichael Adam <obnox@samba.org>2011-05-31 01:44:28 +0200
commitd73a891e38048702b03a7cd0d99f121ec2bf782c (patch)
tree1c97d743388716994aa12292a65a7da9ae694918 /docs-xml
parentf5607da49ca9b9f337feb127409f615e9b49faa1 (diff)
downloadsamba-d73a891e38048702b03a7cd0d99f121ec2bf782c.tar.gz
samba-d73a891e38048702b03a7cd0d99f121ec2bf782c.tar.bz2
samba-d73a891e38048702b03a7cd0d99f121ec2bf782c.zip
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>
Diffstat (limited to 'docs-xml')
-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 06a29679c8..90d797f7f1 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