summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-06-24 10:59:04 +0200
committerKarolin Seeger <kseeger@samba.org>2011-08-07 21:01:47 +0200
commitc3cef188f84f3b2a97d76c78d294bc61c38da91a (patch)
tree63c1ce4127a17d8b69df82bc3f6df4f13d01e987
parent76722304182a07ef6dae5ee873999456063b68ed (diff)
downloadsamba-c3cef188f84f3b2a97d76c78d294bc61c38da91a.tar.gz
samba-c3cef188f84f3b2a97d76c78d294bc61c38da91a.tar.xz
samba-c3cef188f84f3b2a97d76c78d294bc61c38da91a.zip
s3:docs:idmap_tdb2: update the documentation of idmap script
to reflect the new variant "idmap config * : script" of configuring the idmap script (cherry picked from commit 2aa19b4aeb9de43a0e2b94ad1202f2068b29c710) (cherry picked from commit 22b9dc3f66c6786a962d7cb462b372fb955a199e)
-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 980ffe6eff8..18cfe0db725 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>