blob: 9105cb516d2f4dda860f6a3a5726a1aac2a7f4bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
enable-cache passwd yes
positive-time-to-live passwd ${nscd_ttl}
negative-time-to-live passwd ${nscd_negative_ttl}
enable-cache group yes
positive-time-to-live group ${nscd_ttl}
negative-time-to-live group ${nscd_negative_ttl}
enable-cache hosts yes
positive-time-to-live hosts ${nscd_ttl}
negative-time-to-live hosts ${nscd_negative_ttl}
enable-cache services yes
positive-time-to-live services ${nscd_ttl}
negative-time-to-live services ${nscd_negative_ttl}
enable-cache protocols yes
positive-time-to-live protocols ${nscd_ttl}
negative-time-to-live protocols ${nscd_negative_ttl}
enable-cache rpc yes
positive-time-to-live rpc ${nscd_ttl}
negative-time-to-live rpc ${nscd_negative_ttl}
enable-cache networks yes
positive-time-to-live networks ${nscd_ttl}
negative-time-to-live networks ${nscd_negative_ttl}
|