summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2020-11-06 14:06:32 +0100
committerJeremy Allison <jra@samba.org>2020-11-06 20:19:22 +0000
commit710196f0cc5ac4f9a5f9b0d2fc11376f21207743 (patch)
treed336ad5c35bfe8a3f2dcaa5be57e7335f697ad73 /docs-xml
parent7b479c31983ad819c758176f1824a012095b03a4 (diff)
downloadsamba-710196f0cc5ac4f9a5f9b0d2fc11376f21207743.tar.gz
doc: improve --with-shared-modules documentation
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
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/Samba-Developers-Guide/packagers.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs-xml/Samba-Developers-Guide/packagers.xml b/docs-xml/Samba-Developers-Guide/packagers.xml
index 16248bfe906..292b602810a 100644
--- a/docs-xml/Samba-Developers-Guide/packagers.xml
+++ b/docs-xml/Samba-Developers-Guide/packagers.xml
@@ -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>