OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.6 KiB

  1. #
  2. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. #
  5. # T2 SDE: package/.../glibc/nscd.conf
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. # Copyright (C) 1998 - 2003 Clifford Wolf
  8. #
  9. # More information can be found in the files COPYING and README.
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; version 2 of the License. A copy of the
  14. # GNU General Public License can be found in the file COPYING.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. #
  17. # An example Name Service Cache config file. This file is needed by nscd.
  18. #
  19. # Legal entries are:
  20. #
  21. # logfile <file>
  22. # debug-level <level>
  23. # threads <#threads to use>
  24. #
  25. # enable-cache <service> <yes|no>
  26. # positive-time-to-live <service> <time in seconds>
  27. # negative-time-to-live <service> <time in seconds>
  28. # suggested-size <service> <prime number>
  29. # check-files <service> <yes|no>
  30. #
  31. # Currently supported cache names (services): passwd, group, hosts
  32. #
  33. # logfile /var/log/nscd.log
  34. # threads 6
  35. debug-level 0
  36. enable-cache passwd yes
  37. positive-time-to-live passwd 600
  38. negative-time-to-live passwd 20
  39. suggested-size passwd 211
  40. check-files passwd yes
  41. enable-cache group yes
  42. positive-time-to-live group 3600
  43. negative-time-to-live group 60
  44. suggested-size group 211
  45. check-files group yes
  46. enable-cache hosts yes
  47. positive-time-to-live hosts 3600
  48. negative-time-to-live hosts 20
  49. suggested-size hosts 211
  50. check-files hosts yes