From: Michael Kerrisk Date: Wed, 5 Jul 2006 12:51:37 +0000 (+0000) Subject: Document various new fields. X-Git-Tag: man-pages-2.35~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3cd2c55bc03e350f0658cb49987603a8cc537b3;p=thirdparty%2Fman-pages.git Document various new fields. --- diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5 index 39a4ebf1ff..bbd63da98d 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 +.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 +.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 +.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