diff options
author | Michael Adam <obnox@samba.org> | 2011-06-24 10:59:04 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-27 04:29:05 +0200 |
commit | 2aa19b4aeb9de43a0e2b94ad1202f2068b29c710 (patch) | |
tree | fc84655fd4b86effe5eb677f5dd301b8fb58ff01 | |
parent | b6c82f18f17cdded771d285930566c1d104686aa (diff) | |
download | samba-2aa19b4aeb9de43a0e2b94ad1202f2068b29c710.tar.gz samba-2aa19b4aeb9de43a0e2b94ad1202f2068b29c710.tar.bz2 samba-2aa19b4aeb9de43a0e2b94ad1202f2068b29c710.zip |
s3:docs:idmap_tdb2: update the documentation of idmap script
to reflect the new variant "idmap config * : script" of configuring the idmap script
-rw-r--r-- | docs-xml/manpages-3/idmap_tdb2.8.xml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/docs-xml/manpages-3/idmap_tdb2.8.xml b/docs-xml/manpages-3/idmap_tdb2.8.xml index 980ffe6eff..18cfe0db72 100644 --- a/docs-xml/manpages-3/idmap_tdb2.8.xml +++ b/docs-xml/manpages-3/idmap_tdb2.8.xml @@ -43,6 +43,16 @@ backend is authoritative. </para></listitem> </varlistentry> + + <varlistentry> + <term>script</term> + <listitem><para> + This option can be used to configure an external program + for performing id mappings instead of using the tdb + counter. The mappings are then stored int tdb2 idmap + database. For details see the section on IDMAP SCRIPT below. + </para></listitem> + </varlistentry> </variablelist> </refsect1> @@ -50,8 +60,12 @@ <title>IDMAP SCRIPT</title> <para> - The tdb2 idmap backend supports a script for performing id mappings - through the smb.conf option <parameter>idmap : script</parameter>. + The tdb2 idmap backend supports an external program for performing id mappings + through the smb.conf option <parameter>idmap config * : script</parameter> or + its deprecated legacy form <parameter>idmap : script</parameter>. + </para> + + <para> The script should accept the following command line options. </para> |