~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/security/preloadmodules.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="preload modules"
 
2
                type="list"
 
3
                 context="G"
 
4
                 basic="1"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
        <para>This is a list of paths to modules that should
 
8
        be loaded into smbd before a client connects. This improves
 
9
        the speed of smbd when reacting to new connections somewhat. </para>
 
10
</description>
 
11
 
 
12
<value type="default"></value>
 
13
<value type="example">/usr/lib/samba/passdb/mysql.so</value>
 
14
</samba:parameter>