]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Document various new fields.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 5 Jul 2006 12:51:37 +0000 (12:51 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 5 Jul 2006 12:51:37 +0000 (12:51 +0000)
man5/nscd.conf.5

index 39a4ebf1ff32b21c67d659ae2ceb0bc6f8e73197..bbd63da98dfcc85b16897f544cb8871ef6ef4278 100644 (file)
@@ -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