summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2011-05-31 00:26:28 +0200
committerKarolin Seeger <kseeger@samba.org>2011-06-07 20:03:06 +0200
commit90fc910779ff47b8c7a2ee9764ff537267846418 (patch)
tree1f5bb690da08c3b6dc279f9dbb5d5b695f472b81
parentdbbdb2076828f8d4258350b64fae66f975fdee86 (diff)
downloadsamba-90fc910779ff47b8c7a2ee9764ff537267846418.tar.gz
idmap_tdb2.8: Use new syntax in example
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 838e0db43be446dbe72a527b87cde42aa86996f6)
-rw-r--r--docs-xml/manpages-3/idmap_tdb2.8.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs-xml/manpages-3/idmap_tdb2.8.xml b/docs-xml/manpages-3/idmap_tdb2.8.xml
index a5d1080474e..3be4f3013d0 100644
--- a/docs-xml/manpages-3/idmap_tdb2.8.xml
+++ b/docs-xml/manpages-3/idmap_tdb2.8.xml
@@ -113,9 +113,8 @@
<programlisting>
[global]
- idmap backend = tdb2
- idmap uid = 1000000-2000000
- idmap gid = 1000000-2000000
+ idmap config * : backend = tdb2
+ idmap config * : range = 1000000-2000000
</programlisting>
</refsect1>