4 # An example Name Service Cache config file. This file is needed by nscd.
10 # threads <#threads to use>
12 # enable-cache <service> <yes|no>
13 # positive-time-to-live <service> <time in seconds>
14 # negative-time-to-live <service> <time in seconds>
15 # suggested-size <service> <prime number>
16 # check-files <service> <yes|no>
18 # Currently supported cache names (services): passwd, group, hosts
22 # logfile /var/adm/nscd.log
27 enable-cache passwd yes
28 positive-time-to-live passwd 600
29 negative-time-to-live passwd 20
30 suggested-size passwd 211
31 check-files passwd yes
33 enable-cache group yes
34 positive-time-to-live group 3600
35 negative-time-to-live group 60
36 suggested-size group 211
39 enable-cache hosts yes
40 positive-time-to-live hosts 3600
41 negative-time-to-live hosts 20
42 suggested-size hosts 211