1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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
This commit is contained in:
David Disseldorp 2020-11-06 14:06:32 +01:00 committed by Jeremy Allison
parent 7b479c3198
commit 710196f0cc

View 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>