diff options
Diffstat (limited to 'nscd/nscd.conf')
-rw-r--r-- | nscd/nscd.conf | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/nscd/nscd.conf b/nscd/nscd.conf index 954eafd554..87e7a84487 100644 --- a/nscd/nscd.conf +++ b/nscd/nscd.conf @@ -23,8 +23,6 @@ # 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 # @@ -33,8 +31,8 @@ # logfile /var/log/nscd.log # threads 6 # max-threads 128 - server-user nscd -# stat-user nocpulse +# server-user nobody +# stat-user somebody debug-level 0 # reload-count 5 paranoia no @@ -47,8 +45,6 @@ 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 @@ -57,8 +53,6 @@ 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 @@ -67,4 +61,3 @@ check-files hosts yes persistent hosts yes shared hosts yes - max-db-size hosts 33554432 |