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:
parent
7b479c3198
commit
710196f0cc
@ -36,9 +36,10 @@ depending on ldap or mysql. To build as much parts of samba as a plugin, run:
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The option <literal>--with-shared-modules</literal> is maintained to support specific modules such as
|
The configure option <literal>--with-shared-modules</literal> is provided to
|
||||||
idmap_XXX and vfs_XXX. For example, <literal>--with-shared-modules=idmap_ad</literal>. Use of this parameter
|
enable or disable specific modules such as idmap_XXX and vfs_XXX. For example,
|
||||||
to the <command>configure</command> command as not been supported in official releases.
|
<literal>--with-shared-modules=idmap_ad</literal>. Disabled modules are
|
||||||
|
prefixed with a '!'. E.g. <literal>--with-shared-modules='!idmap_ad'</literal>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user