about summary refs log tree commit diff
path: root/nixos/modules/services/misc/nscd-sssd.conf
diff options
context:
space:
mode:
authorAlexander Kahl <ak@sodosopa.io>2016-04-14 11:18:09 -0700
committerNikolay Amiantov <ab@fmap.me>2017-01-04 03:07:20 +0300
commit61d125b8425da501f07765197186ed7351a55f48 (patch)
treeb60774795ef94d8602539a089d9296e7e7183449 /nixos/modules/services/misc/nscd-sssd.conf
parent40a9c37ff3ad179b18aae2d0309523312525de5b (diff)
downloadnixlib-61d125b8425da501f07765197186ed7351a55f48.tar
nixlib-61d125b8425da501f07765197186ed7351a55f48.tar.gz
nixlib-61d125b8425da501f07765197186ed7351a55f48.tar.bz2
nixlib-61d125b8425da501f07765197186ed7351a55f48.tar.lz
nixlib-61d125b8425da501f07765197186ed7351a55f48.tar.xz
nixlib-61d125b8425da501f07765197186ed7351a55f48.tar.zst
nixlib-61d125b8425da501f07765197186ed7351a55f48.zip
sssd: init at 1.14.2
perlPackages.TextWrapI18N: init at 0.06
perlPackages.Po4a: init at 0.47
jade: init at 1.2.1
ding-libs: init at 0.6.0

Switch nscd to no-caching mode if SSSD is enabled.

abbradar: disable jade parallel building.

Closes #21150
Diffstat (limited to 'nixos/modules/services/misc/nscd-sssd.conf')
-rw-r--r--nixos/modules/services/misc/nscd-sssd.conf36
1 files changed, 36 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/nscd-sssd.conf b/nixos/modules/services/misc/nscd-sssd.conf
new file mode 100644
index 000000000000..92380f3e4ba4
--- /dev/null
+++ b/nixos/modules/services/misc/nscd-sssd.conf
@@ -0,0 +1,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