summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2015-02-09 19:14:29 +0100
committerJonathan Bauer2015-02-09 19:14:29 +0100
commit58c0279f992e50d10560cb7243014468d239b96d (patch)
tree189ec2d5bf795c480d86ff59132fea38b23126ae
parent[ssh-auth-keys] deps broke startup (diff)
downloadtm-scripts-58c0279f992e50d10560cb7243014468d239b96d.tar.gz
tm-scripts-58c0279f992e50d10560cb7243014468d239b96d.tar.xz
tm-scripts-58c0279f992e50d10560cb7243014468d239b96d.zip
[nscd] fix bad nscd template
-rw-r--r--remote/modules/nscd/data/etc/nscd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/nscd/data/etc/nscd.conf b/remote/modules/nscd/data/etc/nscd.conf
index c4e23686..8eac1354 100644
--- a/remote/modules/nscd/data/etc/nscd.conf
+++ b/remote/modules/nscd/data/etc/nscd.conf
@@ -40,7 +40,7 @@
paranoia no
# restart-interval 3600
- enable-cache passwd yes
+ enable-cache passwd no
positive-time-to-live passwd 600
negative-time-to-live passwd 20
suggested-size passwd 211
@@ -50,7 +50,7 @@
max-db-size passwd 33554432
auto-propagate passwd yes
- enable-cache group yes
+ enable-cache group no
positive-time-to-live group 3600
negative-time-to-live group 60
suggested-size group 211
@@ -69,7 +69,7 @@
shared hosts yes
max-db-size hosts 33554432
- enable-cache services yes
+ enable-cache services no
positive-time-to-live services 28800
negative-time-to-live services 20
suggested-size services 211