TODO: start fixing idmap_script manpage
authorMichael Adam <obnox@samba.org>
Wed, 4 Feb 2015 14:59:52 +0000 (15:59 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 25 May 2016 10:33:51 +0000 (12:33 +0200)
docs-xml/manpages/idmap_script.8.xml

index 328a16bfd2dc7283d144ab95c189982cf4290167..5bdc535febac4740c6a2c0a97c33bff51e1ecfda 100644 (file)
        <title>DESCRIPTION</title>
 
        <para>
-       The idmap_script plugin is a substitute for the idmap_tdb2
-       backend used by winbindd for storing SID/uid/gid mapping tables
-       in clustered environments with Samba and CTDB. It is a read only
-       backend that uses a script to perform mapping.
+       The idmap_script plugin provides a means for winbindd to obtain
+       id mappings from an external program.
        </para>
 
        <para>
-       It was developed out of the idmap_tdb2 back end and does not store
-       SID/uid/gid mappings in a TDB, since the winbind_cache tdb will
-       store the mappings once they are provided.
+       This is a read-only backend.
+       </para>
+
+       <para>
+       The functionality of this module was originally provided by the
+       idmap:script option of the idmap_tdb2 backend and extracted into
+       the idmap_script module. In contrast to the original idmap_tdb2
+       implementation, the idmap_script module does not store the obtained
+       mappings in a TDB database. Caching is done in Samba's general
+       idmap cache.
        </para>
 </refsynopsisdiv>