diff options
author | Michael Adam <obnox@samba.org> | 2011-06-24 11:38:05 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-27 04:29:05 +0200 |
commit | 86973eee43605a3680fb51470a81ea9ca7f1b515 (patch) | |
tree | 7b440dc601c39be2037a3f37eb29c48c3be1a331 /docs-xml/manpages-3 | |
parent | 2f253c2791ccb2421f26f563e3983ee950da1d05 (diff) | |
download | samba-86973eee43605a3680fb51470a81ea9ca7f1b515.tar.gz samba-86973eee43605a3680fb51470a81ea9ca7f1b515.tar.bz2 samba-86973eee43605a3680fb51470a81ea9ca7f1b515.zip |
s3:doc: add an example with idmap script to the idmap_tdb2 manpage
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/idmap_tdb2.8.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 </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> |