From: Martin Schwenke Date: Tue, 4 Jul 2023 00:49:39 +0000 (+1000) Subject: docs-xml: Fix script idmap backend documentation X-Git-Tag: talloc-2.4.1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=230f8db40f13cece42dbaf1053b4e32233e50282;p=thirdparty%2Fsamba.git docs-xml: Fix script idmap backend documentation This was clearly copied from the tdb2 backend and incompletely edited. Signed-off-by: Martin Schwenke Reviewed-by: Andreas Schneider Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Mon Jul 10 23:47:12 UTC 2023 on atb-devel-224 --- diff --git a/docs-xml/manpages/idmap_script.8.xml b/docs-xml/manpages/idmap_script.8.xml index 5ed1390346d..332eb902c24 100644 --- a/docs-xml/manpages/idmap_script.8.xml +++ b/docs-xml/manpages/idmap_script.8.xml @@ -59,20 +59,11 @@ IDMAP SCRIPT - 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 idmap config * : script or its deprecated legacy form idmap : script. - - 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. - - The script should accept the following command line options.