From 84fbf750192edf0ac79efa563e4e0cc30bc28cb2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 24 Jun 2011 11:38:05 +0200 Subject: [PATCH] s3:doc: add an example with idmap script to the idmap_tdb2 manpage (cherry picked from commit 86973eee43605a3680fb51470a81ea9ca7f1b515) (cherry picked from commit 2abe73e5eed10af4ee030449322ddbc4c7054c08) --- docs-xml/manpages-3/idmap_tdb2.8.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs-xml/manpages-3/idmap_tdb2.8.xml b/docs-xml/manpages-3/idmap_tdb2.8.xml index 98c5eae2d73..1faf59085f1 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 + -- 2.11.4.GIT