Blame | Last modification | View Log | RSS feed
## /etc/nscd.conf## An example Name Service Cache config file. This file is needed by nscd.## Legal entries are:## logfile <file># debug-level <level># threads <initial #threads to use># max-threads <maximum #threads to use># server-user <user to run server as instead of root># server-user is ignored if nscd is started with -S parameters# stat-user <user who is allowed to request statistics># reload-count unlimited|<number># paranoia <yes|no># restart-interval <time in seconds>## enable-cache <service> <yes|no># positive-time-to-live <service> <time in seconds># negative-time-to-live <service> <time in seconds># suggested-size <service> <prime number># 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, services## logfile /var/log/nscd.log# threads 4# max-threads 32server-user nscd# stat-user somebodydebug-level 0# reload-count 5paranoia no# restart-interval 3600enable-cache passwd yespositive-time-to-live passwd 600negative-time-to-live passwd 20suggested-size passwd 211check-files passwd yespersistent passwd yesshared passwd yesmax-db-size passwd 33554432auto-propagate passwd yesenable-cache group yespositive-time-to-live group 3600negative-time-to-live group 60suggested-size group 211check-files group yespersistent group yesshared group yesmax-db-size group 33554432auto-propagate group yesenable-cache hosts yespositive-time-to-live hosts 3600negative-time-to-live hosts 20suggested-size hosts 211check-files hosts yespersistent hosts yesshared hosts yesmax-db-size hosts 33554432enable-cache services yespositive-time-to-live services 28800negative-time-to-live services 20suggested-size services 211check-files services yespersistent services yesshared services yesmax-db-size services 33554432enable-cache netgroup yespositive-time-to-live netgroup 28800negative-time-to-live netgroup 20suggested-size netgroup 211check-files netgroup yespersistent netgroup yesshared netgroup yesmax-db-size netgroup 33554432