4 # An example Name Service Cache config file. This file is needed by nscd.
10 # threads <initial #threads to use>
11 # max-threads <maximum #threads to use>
12 # server-user <user to run server as instead of root>
13 # server-user is ignored if nscd is started with -S parameters
14 # stat-user <user who is allowed to request statistics>
15 # reload-count unlimited|<number>
17 # restart-interval <time in seconds>
19 # enable-cache <service> <yes|no>
20 # positive-time-to-live <service> <time in seconds>
21 # negative-time-to-live <service> <time in seconds>
22 # suggested-size <service> <prime number>
23 # check-files <service> <yes|no>
24 # persistent <service> <yes|no>
25 # shared <service> <yes|no>
26 # max-db-szie <service> <number bytes>
28 # Currently supported cache names (services): passwd, group, hosts
32 # logfile /var/log/nscd.log
40 # restart-interval 3600
42 enable-cache passwd yes
43 positive-time-to-live passwd 600
44 negative-time-to-live passwd 20
45 suggested-size passwd 211
46 check-files passwd yes
49 max-db-size passwd 33554432
51 enable-cache group yes
52 positive-time-to-live group 3600
53 negative-time-to-live group 60
54 suggested-size group 211
58 max-db-size group 33554432
60 enable-cache hosts yes
61 positive-time-to-live hosts 3600
62 negative-time-to-live hosts 20
63 suggested-size hosts 211
67 max-db-size hosts 33554432