mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
46069ed06c
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
14 lines
500 B
XML
14 lines
500 B
XML
<samba:parameter name="preload modules"
|
|
type="cmdlist"
|
|
context="G"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<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>
|
|
</description>
|
|
|
|
<value type="default"></value>
|
|
<value type="example">/usr/lib/samba/passdb/mysql.so</value>
|
|
</samba:parameter>
|