doc: improve --with-shared-modules documentation
authorDavid Disseldorp <ddiss@samba.org>
Fri, 6 Nov 2020 13:06:32 +0000 (14:06 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 6 Nov 2020 20:19:22 +0000 (20:19 +0000)
Remove statement about lack of support. Add description and example for
how to explicitly disable modules via a '!' prefix.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Nov  6 20:19:22 UTC 2020 on sn-devel-184

docs-xml/Samba-Developers-Guide/packagers.xml

index 16248bfe90601fff1ce1b3f1e838cbbe1a30ff89..292b602810ac3d642c93dc5576f7be0fa47fa19f 100644 (file)
@@ -36,9 +36,10 @@ depending on ldap or mysql. To build as much parts of samba as a plugin, run:
 </para>
 
 <para>
-The option <literal>--with-shared-modules</literal> is maintained to support specific modules such as
-idmap_XXX and vfs_XXX. For example, <literal>--with-shared-modules=idmap_ad</literal>. Use of this parameter
-to the <command>configure</command> command as not been supported in official releases.
+The configure option <literal>--with-shared-modules</literal> is provided to
+enable or disable specific modules such as idmap_XXX and vfs_XXX. For example,
+<literal>--with-shared-modules=idmap_ad</literal>. Disabled modules are
+prefixed with a '!'. E.g. <literal>--with-shared-modules='!idmap_ad'</literal>.
 </para>
 
 <para>