mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
992f1e6b8f
add the 5 missing chapters from the HOWTO
and add jht's Samba by Example book.
(This used to be commit 9fb5bcb93e
)
15 lines
450 B
XML
15 lines
450 B
XML
<samba:parameter name="preload modules"
|
|
type="list"
|
|
context="G"
|
|
basic="1"
|
|
xmlns:samba="http://samba.org/common">
|
|
<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>
|