diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-19 15:18:27 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-19 15:18:27 +0000 |
commit | f3404f3e4acb004281f1609a0088c1eb16e6ba94 (patch) | |
tree | 25e87a16d8c2ab16ce96065028f65bbe194ffc2e /docs | |
parent | 506330d72e9cdf3d3b4c40964a54c8c23833b6cf (diff) | |
download | samba-f3404f3e4acb004281f1609a0088c1eb16e6ba94.tar.gz samba-f3404f3e4acb004281f1609a0088c1eb16e6ba94.tar.bz2 samba-f3404f3e4acb004281f1609a0088c1eb16e6ba94.zip |
- Update 'preload modules' documention (bug #304)
- Fix WINS Server List in SWAT (bug #197)
- Don't segfault SWAT when adding shares (bug #254)
(This used to be commit dd43a29504fe2b6f9d13cdb9431347927548fc10)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/smbdotconf/security/preloadmodules.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/docbook/smbdotconf/security/preloadmodules.xml b/docs/docbook/smbdotconf/security/preloadmodules.xml index 7b4e57cff1..101d9606fa 100644 --- a/docs/docbook/smbdotconf/security/preloadmodules.xml +++ b/docs/docbook/smbdotconf/security/preloadmodules.xml @@ -7,9 +7,6 @@ be loaded into smbd before a client connects. This improves the speed of smbd when reacting to new connections somewhat. </para> - <para>It is recommended to only use this option on heavy-performance - servers.</para> - <para>Default: <command>preload modules = </command></para> <para>Example: <command>preload modules = /usr/lib/samba/passdb/mysql.so+++ </command></para> |