s3:doc: add an example with idmap script to the idmap_tdb2 manpage
authorMichael Adam <obnox@samba.org>
Fri, 24 Jun 2011 09:38:05 +0000 (11:38 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 27 Jul 2011 02:29:05 +0000 (04:29 +0200)
docs-xml/manpages-3/idmap_tdb2.8.xml

index 98c5eae2d7321b5b323d5060be127f9e07055288..1faf59085f156979fec20c1188d6943bdae95995 100644 (file)
        idmap config * : backend = tdb2
        idmap config * : range = 1000000-2000000
        </programlisting>
+
+       <para>
+       This example shows how tdb2 is used as a the default idmap backend
+       using an external program via the script parameter:
+       </para>
+
+       <programlisting>
+       [global]
+       idmap config * : backend = tdb2
+       idmap config * : range = 1000000-2000000
+       idmap config * : script = /usr/local/samba/bin/idmap_script.sh
+       </programlisting>
 </refsect1>
 
 <refsect1>