s3:doc: clarify the idmap script section in the idmap_tdb2 manpage
authorMichael Adam <obnox@samba.org>
Fri, 24 Jun 2011 09:35:51 +0000 (11:35 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 27 Jul 2011 02:29:05 +0000 (04:29 +0200)
docs-xml/manpages-3/idmap_tdb2.8.xml

index 18cfe0db725cedf776063a95dc3a47eb98773a4c..d979739b197faaf930bf76ce32d79f57ec918e8d 100644 (file)
        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>
        SID:yyyy
        ERR:yyyy
        </programlisting>
-
-       <para>
-       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.
-       </para>
 </refsect1>
 
 <refsect1>