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