summary refs log tree commit diff
path: root/nixos/modules/services/misc/nscd-sssd.conf
blob: 92380f3e4ba43d78d9eee7f9fb653a202fa217c7 (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
28
29
30
31
32
33
34
35
36
server-user             nscd
threads                 1
paranoia                no
debug-level             0

enable-cache            passwd          yes
positive-time-to-live   passwd          0
negative-time-to-live   passwd          0
suggested-size          passwd          211
check-files             passwd          yes
persistent              passwd          no
shared                  passwd          yes

enable-cache            group           yes
positive-time-to-live   group           0
negative-time-to-live   group           0
suggested-size          group           211
check-files             group           yes
persistent              group           no
shared                  group           yes

enable-cache            hosts           yes
positive-time-to-live   hosts           600
negative-time-to-live   hosts           5
suggested-size          hosts           211
check-files             hosts           yes
persistent              hosts           no
shared                  hosts           yes

enable-cache            services        yes
positive-time-to-live   services        0
negative-time-to-live   services        0
suggested-size          services        211
check-files             services        yes
persistent              services        no
shared                  services        yes