docs-xml: Fix script idmap backend documentation
authorMartin Schwenke <mschwenke@ddn.com>
Tue, 4 Jul 2023 00:49:39 +0000 (10:49 +1000)
committerMartin Schwenke <martins@samba.org>
Mon, 10 Jul 2023 23:47:12 +0000 (23:47 +0000)
This was clearly copied from the tdb2 backend and incompletely edited.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Mon Jul 10 23:47:12 UTC 2023 on atb-devel-224

docs-xml/manpages/idmap_script.8.xml

index 5ed1390346ddfe3b39e0ca3f6162707f88247a04..332eb902c24c4828b9dcf6dbcace40bc9d879168 100644 (file)
        <title>IDMAP SCRIPT</title>
 
        <para>
-       The tdb2 idmap backend supports an external program for performing id mappings
+       The script 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 mappings obtained by the script are then stored in the idmap tdb2
-       database instead of mappings created by the incrementing id counters.
-       It is therefore important that the script covers the complete range of
-       SIDs that can be passed in for SID to Unix ID mapping, since otherwise
-       SIDs unmapped by the script might get mapped to IDs that had
-       previously been mapped by the script.
-       </para>
-
        <para>
        The script should accept the following command line options.
        </para>