From 4daab85ae60f2821a1d9d98f1edff6a318e8e3c1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 24 Jun 2011 11:35:51 +0200 Subject: s3:doc: clarify the idmap script section in the idmap_tdb2 manpage --- docs-xml/manpages-3/idmap_tdb2.8.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/idmap_tdb2.8.xml b/docs-xml/manpages-3/idmap_tdb2.8.xml index 18cfe0db72..d979739b19 100644 --- a/docs-xml/manpages-3/idmap_tdb2.8.xml +++ b/docs-xml/manpages-3/idmap_tdb2.8.xml @@ -65,6 +65,15 @@ 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. @@ -86,13 +95,6 @@ SID:yyyy ERR:yyyy - - - Note that the script should cover 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. - -- cgit