Update.
[glibc.git] / nscd / nscd.conf
blob5d8c7f31ac4fb6c641ebd634daa0f163022ec1c2
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 #       enable-cache            <service> <yes|no>
10 #       debug-level             <level>
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
22         debug-level             0
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