summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/security/preloadmodules.xml
blob: 7b4e57cff1807ee0f5ec6458561991f01241b406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>