From 01f0236f58775e2bf60250caf2b9740bd9f988ea Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 30 Mar 2003 11:22:22 +0000 Subject: - Regenerate docs - Document 'preload modules' (This used to be commit 57407401d0f261d4b8e42fdc64479afef10211c3) --- docs/docbook/manpages/smb.conf.5.sgml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'docs/docbook/manpages') 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... prefered master preferred master preload + preload modules printcap printcap name private dir @@ -3452,7 +3453,7 @@ df $1 | tail -1 | awk '{print $2" "$4}' ldap del only sam attr (G) - Inverted synonym for + Inverted synonym for ldap delete dn. @@ -5964,6 +5965,21 @@ df $1 | tail -1 | awk '{print $2" "$4}' + + preload modules (G) + 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. + + It is recommended to only use this option on heavy-performance + servers. + + Default: preload modules = + + Example: preload modules = /usr/lib/samba/passdb/mysql.so + + + preserve case (S) -- cgit