aboutsummaryrefslogtreecommitdiff
path: root/nscd/nscd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nscd/nscd.conf')
-rw-r--r--nscd/nscd.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/nscd/nscd.conf b/nscd/nscd.conf
index 87e7a84..954eafd 100644
--- a/nscd/nscd.conf
+++ b/nscd/nscd.conf
@@ -23,6 +23,8 @@
# check-files <service> <yes|no>
# persistent <service> <yes|no>
# shared <service> <yes|no>
+# max-db-size <service> <number bytes>
+# auto-propagate <service> <yes|no>
#
# Currently supported cache names (services): passwd, group, hosts
#
@@ -31,8 +33,8 @@
# logfile /var/log/nscd.log
# threads 6
# max-threads 128
-# server-user nobody
-# stat-user somebody
+ server-user nscd
+# stat-user nocpulse
debug-level 0
# reload-count 5
paranoia no
@@ -45,6 +47,8 @@
check-files passwd yes
persistent passwd yes
shared passwd yes
+ max-db-size passwd 33554432
+ auto-propagate passwd yes
enable-cache group yes
positive-time-to-live group 3600
@@ -53,6 +57,8 @@
check-files group yes
persistent group yes
shared group yes
+ max-db-size group 33554432
+ auto-propagate group yes
enable-cache hosts yes
positive-time-to-live hosts 3600
@@ -61,3 +67,4 @@
check-files hosts yes
persistent hosts yes
shared hosts yes
+ max-db-size hosts 33554432