diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-30 11:22:22 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-30 11:22:22 +0000 |
commit | 01f0236f58775e2bf60250caf2b9740bd9f988ea (patch) | |
tree | 52632602ec7a0d59e27c54773670de64266e89e9 /docs/docbook | |
parent | cb830f05ae4ab5057209fb1b7c68bae450e78b22 (diff) | |
download | samba-01f0236f58775e2bf60250caf2b9740bd9f988ea.tar.gz samba-01f0236f58775e2bf60250caf2b9740bd9f988ea.tar.bz2 samba-01f0236f58775e2bf60250caf2b9740bd9f988ea.zip |
- Regenerate docs
- Document 'preload modules'
(This used to be commit 57407401d0f261d4b8e42fdc64479afef10211c3)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 18 | ||||
-rw-r--r-- | docs/docbook/smbdotconf/misc/preloadmodules.xml | 15 |
2 files changed, 32 insertions, 1 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 0968faa584..ef4f9cd783 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -729,6 +729,7 @@ alias|alias|alias|alias... <listitem><para><link linkend="PREFEREDMASTER"><parameter>prefered master</parameter></link></para></listitem> <listitem><para><link linkend="PREFERREDMASTER"><parameter>preferred master</parameter></link></para></listitem> <listitem><para><link linkend="PRELOAD"><parameter>preload</parameter></link></para></listitem> + <listitem><para><link linkend="PRELOADMODULES"><parameter>preload modules</parameter></link></para></listitem> <listitem><para><link linkend="PRINTCAP"><parameter>printcap</parameter></link></para></listitem> <listitem><para><link linkend="PRINTCAPNAME"><parameter>printcap name</parameter></link></para></listitem> <listitem><para><link linkend="PRIVATEDIR"><parameter>private dir</parameter></link></para></listitem> @@ -3452,7 +3453,7 @@ df $1 | tail -1 | awk '{print $2" "$4}' <varlistentry> <term><anchor id="LDAPDELONLYSAMATTR"/>ldap del only sam attr (G)</term> - <listitem><para> Inverted synonym for <link linked="LDAPDELETEDN"><parameter> + <listitem><para> Inverted synonym for <link linkend="LDAPDELETEDN"><parameter> ldap delete dn</parameter></link>.</para> </listitem> </varlistentry> @@ -5964,6 +5965,21 @@ df $1 | tail -1 | awk '{print $2" "$4}' </listitem> </varlistentry> + <varlistentry> + <term><anchor id="PRELOADMODULES"/>preload modules (G)</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> + </varlistentry> <varlistentry> <term><anchor id="PRESERVECASE"/>preserve case (S)</term> diff --git a/docs/docbook/smbdotconf/misc/preloadmodules.xml b/docs/docbook/smbdotconf/misc/preloadmodules.xml new file mode 100644 index 0000000000..52b8c412e6 --- /dev/null +++ b/docs/docbook/smbdotconf/misc/preloadmodules.xml @@ -0,0 +1,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> |