Update.
[glibc.git] / nscd / nscd.conf
blobd2b53a7aa372f0b607d03db7b00e09efd8f420a8
2 # /etc/nscd.conf
4 # An example Name Service Cache config file.  This file is needed by nscd.
6 # Legal entries are:
8 #       logfile                 <file>
9 #       debug-level             <level>
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
23 #       threads                 6
25         debug-level             0
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
37         check-files             group           yes
39         enable-cache            hosts           yes
40         positive-time-to-live   hosts           3600
41         negative-time-to-live   hosts           20
42         suggested-size          hosts           211
43         check-files             hosts           yes