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: -The option --with-shared-modules is maintained to support specific modules such as -idmap_XXX and vfs_XXX. For example, --with-shared-modules=idmap_ad. Use of this parameter -to the configure command as not been supported in official releases. +The configure option --with-shared-modules is provided to +enable or disable specific modules such as idmap_XXX and vfs_XXX. For example, +--with-shared-modules=idmap_ad. Disabled modules are +prefixed with a '!'. E.g. --with-shared-modules='!idmap_ad'.