summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-06-24 10:59:04 +0200
committerMichael Adam <obnox@samba.org>2011-07-27 04:29:05 +0200
commit2aa19b4aeb9de43a0e2b94ad1202f2068b29c710 (patch)
treefc84655fd4b86effe5eb677f5dd301b8fb58ff01 /docs-xml
parentb6c82f18f17cdded771d285930566c1d104686aa (diff)
downloadsamba-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
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/idmap_tdb2.8.xml18
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>