Skip to content

Commit

Permalink
doc: improve --with-shared-modules documentation
Browse files Browse the repository at this point in the history
Remove statement about lack of support. Add description and example for
how to explicitly disable modules via a '!' prefix.

Signed-off-by: David Disseldorp <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>

Autobuild-User(master): Jeremy Allison <[email protected]>
Autobuild-Date(master): Fri Nov  6 20:19:22 UTC 2020 on sn-devel-184
  • Loading branch information
ddiss authored and jrasamba committed Nov 6, 2020
1 parent 7b479c3 commit 710196f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs-xml/Samba-Developers-Guide/packagers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 710196f

Please sign in to comment.