summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/security/preloadmodules.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/smbdotconf/security/preloadmodules.xml')
-rw-r--r--docs/docbook/smbdotconf/security/preloadmodules.xml18
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>