diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-04-15 11:54:15 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-04-15 11:54:15 +0000 |
commit | f5b33c6d2b70ce1d0de5166f31f72a9284209918 (patch) | |
tree | c214c4f573cccb5f566764bf15787eba479e63ef /docs/docbook/smbdotconf/security/preloadmodules.xml | |
parent | 058f6c0459263a4ec5b4e030ccba1bcb05c8f8a6 (diff) | |
download | samba-f5b33c6d2b70ce1d0de5166f31f72a9284209918.tar.gz samba-f5b33c6d2b70ce1d0de5166f31f72a9284209918.tar.bz2 samba-f5b33c6d2b70ce1d0de5166f31f72a9284209918.zip |
Final touch:
1. Move preloadmodules.xml to Security section
2. Fix lpqcachetime.xml from Printing section
(This used to be commit ef005d1a94d99c6a23aff9a12d5820cb4dfbe626)
Diffstat (limited to 'docs/docbook/smbdotconf/security/preloadmodules.xml')
-rw-r--r-- | docs/docbook/smbdotconf/security/preloadmodules.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/security/preloadmodules.xml b/docs/docbook/smbdotconf/security/preloadmodules.xml new file mode 100644 index 0000000000..7b4e57cff1 --- /dev/null +++ b/docs/docbook/smbdotconf/security/preloadmodules.xml @@ -0,0 +1,18 @@ +<samba:parameter name="preload modules" + context="G" + basic="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>This is a list of paths to modules that should + 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> + + </listitem> +</samba:parameter> |