From f5b33c6d2b70ce1d0de5166f31f72a9284209918 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 15 Apr 2003 11:54:15 +0000 Subject: Final touch: 1. Move preloadmodules.xml to Security section 2. Fix lpqcachetime.xml from Printing section (This used to be commit ef005d1a94d99c6a23aff9a12d5820cb4dfbe626) --- docs/docbook/smbdotconf/security/preloadmodules.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/docbook/smbdotconf/security/preloadmodules.xml (limited to 'docs/docbook/smbdotconf/security') diff --git a/docs/docbook/smbdotconf/security/preloadmodules.xml b/docs/docbook/smbdotconf/security/preloadmodules.xml new file mode 100644 index 0000000000..7b4e57cff1 --- /dev/null +++ b/docs/docbook/smbdotconf/security/preloadmodules.xml @@ -0,0 +1,18 @@ + + + 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+++ + + + -- cgit