home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20100426.bsc-siteConfiguration.tar.gz / bradford.20100426.bsc-siteConfiguration.tar / bsc / siteConfiguration / named.variables < prev    next >
Text File  |  2007-03-06  |  2KB  |  67 lines

  1. ## Path: Network/DNS/Name Server
  2. ## Description: Names server settings
  3.  
  4. ## Type: yesno
  5. ## Default: yes
  6. ## ServiceRestart: lwresd,named
  7. #
  8. # Shall the DNS server 'named' or the LightWeight RESolver Daemon, lwresd run
  9. # in the chroot jail /var/lib/named/?
  10. #
  11. # Each time you start one of the daemons with the init script, /etc/named.conf,
  12. # /etc/named.conf.include, /etc/rndc.key, and all files listed in
  13. # NAMED_CONF_INCLUDE_FILES will be copied relative to /var/lib/named/.
  14. #
  15. # The pid file will be in /var/lib/named/var/run/named/ and named named.pid
  16. # or lwresd.pid.
  17. #
  18. NAMED_RUN_CHROOTED="yes"
  19.  
  20. ## Type: string
  21. ## Default: ""
  22. ## ServiceRestart: lwresd,named
  23. #
  24. # Additional arguments when starting the name daemon with the init script
  25. # /etc/init.d/named or rcnamed.
  26. #
  27. # For example "-n 2" to use two CPUs if named is unable to determine the
  28. # number of available CPUs.
  29. #
  30. # See man 8 named for all available commandline options.
  31. #
  32. # "-t /var/lib/named/var" is added if NAMED_RUN_CHROOTED is set to yes.
  33. #
  34. # "-u named" is used in any case by the init script to run the named daemon as
  35. # user 'named' after completing privileged operations.
  36. #
  37. NAMED_ARGS="-c /bsc/siteConfiguration/named.conf"
  38. ## Type: string
  39. ## Default: ""
  40. ## ServiceReload: named
  41. #
  42. # All mentioned config files will be copied relativ to /var/lib/named/, when
  43. # 'named' is started in the chroot jail.
  44. #
  45. # /etc/named.conf and /etc/rndc.key are always copied.  Also all files from
  46. # include statements in named.conf.
  47. #
  48. # Filenames can be relative to /etc/named.d/.
  49. #
  50. # Please take care of the order if one file needs a setting of another.
  51. #
  52. # Example: "/etc/named-dhcpd.key ldap.dump rndc-access.conf"
  53. #
  54. #NAMED_CONF_INCLUDE_FILES="/bsc/siteConfiguration/named.conf.include"
  55. NAMED_CONF_INCLUDE_FILES="/bsc/siteConfiguration/rndc.key /bsc/siteConfiguration/named.conf /bsc/siteConfiguration/named/*"
  56.  
  57. ## Type: string
  58. ## Default: "createNamedConfInclude"
  59. ## ServiceReload: named
  60. #
  61. # Programms to be executed each time the DNS server 'named' is started or
  62. # reloaded.
  63. #
  64. # Filenames can be relative to /usr/share/bind/.
  65. #
  66. NAMED_INITIALIZE_SCRIPTS="createNamedConfInclude"
  67.