From 86973eee43605a3680fb51470a81ea9ca7f1b515 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 24 Jun 2011 11:38:05 +0200 Subject: s3:doc: add an example with idmap script to the idmap_tdb2 manpage --- docs-xml/manpages-3/idmap_tdb2.8.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/idmap_tdb2.8.xml b/docs-xml/manpages-3/idmap_tdb2.8.xml index 98c5eae2d7..1faf59085f 100644 --- a/docs-xml/manpages-3/idmap_tdb2.8.xml +++ b/docs-xml/manpages-3/idmap_tdb2.8.xml @@ -109,6 +109,18 @@ idmap config * : backend = tdb2 idmap config * : range = 1000000-2000000 + + + This example shows how tdb2 is used as a the default idmap backend + using an external program via the script parameter: + + + + [global] + idmap config * : backend = tdb2 + idmap config * : range = 1000000-2000000 + idmap config * : script = /usr/local/samba/bin/idmap_script.sh + -- cgit