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/misc/preloadmodules.xml | 15 -------- docs/docbook/smbdotconf/printing/lpqcachetime.xml | 45 ++++++++++++---------- .../docbook/smbdotconf/security/preloadmodules.xml | 18 +++++++++ 3 files changed, 42 insertions(+), 36 deletions(-) delete mode 100644 docs/docbook/smbdotconf/misc/preloadmodules.xml create mode 100644 docs/docbook/smbdotconf/security/preloadmodules.xml diff --git a/docs/docbook/smbdotconf/misc/preloadmodules.xml b/docs/docbook/smbdotconf/misc/preloadmodules.xml deleted file mode 100644 index 52b8c412e6..0000000000 --- a/docs/docbook/smbdotconf/misc/preloadmodules.xml +++ /dev/null @@ -1,15 +0,0 @@ - - preload modules (S) - 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+++ - - - diff --git a/docs/docbook/smbdotconf/printing/lpqcachetime.xml b/docs/docbook/smbdotconf/printing/lpqcachetime.xml index 6f351fdaf9..df48a5fd01 100644 --- a/docs/docbook/smbdotconf/printing/lpqcachetime.xml +++ b/docs/docbook/smbdotconf/printing/lpqcachetime.xml @@ -1,26 +1,29 @@ - - lpq cache time (G) - This controls how long lpq info will be cached - for to prevent the lpq command being called too - often. A separate cache is kept for each variation of the - lpq command used by the system, so if you use different - lpq commands for different users then they won't - share cache information. + + + This controls how long lpq info will be cached + for to prevent the lpq command being called too + often. A separate cache is kept for each variation of the + lpq command used by the system, so if you use different + lpq commands for different users then they won't + share cache information. - The cache files are stored in /tmp/lpq.xxxx - where xxxx is a hash of the lpq command in use. + The cache files are stored in /tmp/lpq.xxxx + where xxxx is a hash of the lpq command in use. - The default is 10 seconds, meaning that the cached results - of a previous identical lpq command will be used - if the cached data is less than 10 seconds old. A large value may - be advisable if your lpq command is very slow. + The default is 10 seconds, meaning that the cached results + of a previous identical lpq command will be used + if the cached data is less than 10 seconds old. A large value may + be advisable if your lpq command is very slow. - A value of 0 will disable caching completely. + A value of 0 will disable caching completely. - See also the printing - parameter. + See also the printing parameter. - Default: lpq cache time = 10 - Example: lpq cache time = 30 - - + Default: lpq cache time = 10 + + Example: lpq cache time = 30 + + 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