4 # An example Name Service Cache config file. This file is needed by nscd.
9 # enable-cache <service> <yes|no>
11 # positive-time-to-live <service> <time in seconds>
12 # negative-time-to-live <service> <time in seconds>
13 # suggested-size <service> <prime number>
15 # Currently supported cache names (services): passwd, group
19 # logfile /var/adm/nscd.log
20 # enable-cache hosts no
24 positive-time-to-live passwd 600
25 negative-time-to-live passwd 20
26 suggested-size passwd 211
28 positive-time-to-live group 3600
29 negative-time-to-live group 60
30 suggested-size group 211