diff -ur man-pages-3.42.orig/man5/nscd.conf.5 man-pages-3.42/man5/nscd.conf.5 --- man-pages-3.42.orig/man5/nscd.conf.5 2012-08-14 00:39:40.000000000 +0200 +++ man-pages-3.42/man5/nscd.conf.5 2012-09-10 15:38:22.700012862 +0200 @@ -34,48 +34,91 @@ comment; following characters, up to the end of the line, are not interpreted by nscd. -Valid services are \fIpasswd\fP, \fIgroup\fP, or \fIhosts\fP. +Valid services are \fIpasswd\fP, \fIgroup\fP, \fIhosts\fP, \fIservices\fP +or \fInetgroup\fP. .B logfile -.I debug-file-name +.I .RS Specifies name of the file to which debug info should be written. .RE .B debug-level -.I value +.I .RS Sets the desired debug level. +The default is 0. .RE .B threads -.I number +.I .RS This is the number of threads that are started to wait for requests. At least five threads will always be created. .RE +.B max-threads +.I +.RS +Specifies the maximum number of threads. The default is 32. +.RE + .B server-user -.I user +.I .RS If this option is set, nscd will run as this user and not as root. If a separate cache for every user is used (\-S parameter), this option is ignored. .RE +.B stat-user +.I +.RS +Specifies the user who is allowed to request statistics. +.RE + +.B reload-count +unlimited | +.I +.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. +The default is no. +.RE + +.B restart-interval +.I