summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-30 11:22:22 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-30 11:22:22 +0000
commit01f0236f58775e2bf60250caf2b9740bd9f988ea (patch)
tree52632602ec7a0d59e27c54773670de64266e89e9 /docs/docbook/smbdotconf
parentcb830f05ae4ab5057209fb1b7c68bae450e78b22 (diff)
downloadsamba-01f0236f58775e2bf60250caf2b9740bd9f988ea.tar.gz
samba-01f0236f58775e2bf60250caf2b9740bd9f988ea.tar.bz2
samba-01f0236f58775e2bf60250caf2b9740bd9f988ea.zip
- Regenerate docs
- Document 'preload modules' (This used to be commit 57407401d0f261d4b8e42fdc64479afef10211c3)
Diffstat (limited to 'docs/docbook/smbdotconf')
-rw-r--r--docs/docbook/smbdotconf/misc/preloadmodules.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/misc/preloadmodules.xml b/docs/docbook/smbdotconf/misc/preloadmodules.xml
new file mode 100644
index 0000000000..52b8c412e6
--- /dev/null
+++ b/docs/docbook/smbdotconf/misc/preloadmodules.xml
@@ -0,0 +1,15 @@
+<samba:parameter xmlns:samba="http://samba.org/common">
+ <term><anchor id="PRELOADMODULES"/>preload modules (S)</term>
+ <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>