diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-07-05 12:51:37 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-07-05 12:51:37 +0000 |
commit | b3cd2c55bc03e350f0658cb49987603a8cc537b3 (patch) | |
tree | c23a557dc87c6b3ad72b568364a3d7603f5b03e0 /man5/nscd.conf.5 | |
parent | 30f7100e8bf0803042f554caa8625ab8c81d5759 (diff) |
Document various new fields.
Diffstat (limited to 'man5/nscd.conf.5')
-rw-r--r-- | man5/nscd.conf.5 | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5 index 39a4ebf1..bbd63da9 100644 --- a/man5/nscd.conf.5 +++ b/man5/nscd.conf.5 @@ -118,6 +118,65 @@ and .IR /etc/hosts . .RE +.B max-threads +.I threads +.RS +Specifies the maximum number of threads to be started. +.RE + +.B stat-user +.I username +.RS +Specifies the user who is allowed to request statistics. +.RE + +.B reload-count +unlimited | +.I number +.RS +Limit on the number of times a cached entry gets reloaded without being used +before it gets removed. The default is 5. +.RE + +.B paranoia +.I <yes|no> +.RS +Enabling paranoia mode causes nscd to restart itself periodically. +.RE + +.B restart-interval +.I time +.RS +Sets the restart interval to +.I time +seconds +if periodic restart is enabled by enabling +.B paranoia +mode. +.RE + +.B persistent +.I service +.I <yes|no> +.RS +Keep the content of the cache for +.I service +over server restarts; useful when +.B paranoia +mode is set. +.RE + +.B shared +.I service +.I <yes|no> +.RS +The memory mapping of the nscd databases for +.I service +is shared with the clients so +that they can directly search in them instead of having to ask the +daemon over the socket each time a lookup is performend. +.RE + .SH "SEE ALSO" .BR nscd (8) .SH AUTHOR |