Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. # BIND named process options
  2. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. # Currently, you can use the following options:
  4. #
  5. # ROOTDIR="/some/where" -- will run named in a chroot environment.
  6. # you must set up the chroot environment
  7. # (install the bind-chroot package) before
  8. # doing this.
  9. #
  10. # OPTIONS="whatever" -- These additional options will be passed to named
  11. # at startup. Don't add -t here, use ROOTDIR instead.
  12. #
  13. # ENABLE_ZONE_WRITE=yes -- If SELinux is disabled, then allow named to write
  14. # its zone files and create files in its $ROOTDIR/var/named
  15. # directory, necessary for DDNS and slave zone transfers.
  16. # Slave zones should reside in the $ROOTDIR/var/named/slaves
  17. # directory, in which case you would not need to enable zone
  18. # writes. If SELinux is enabled, you must use only the
  19. # 'named_write_master_zones' variable to enable zone writes.
  20. #
  21. # ENABLE_SDB=yes -- This enables use of 'named_sdb', which has support
  22. # -- for the ldap, pgsql and dir zone database backends
  23. # -- compiled in, to be used instead of named.
  24. #
  25. # DISABLE_NAMED_DBUS=[1y]-- If NetworkManager is enabled in any runlevel, then
  26. # the initscript will by default enable named's D-BUS
  27. # support with the named -D option. This setting disables
  28. # this behavior.
  29. #
  30. # KEYTAB_FILE="/dir/file" -- Specify named service keytab file (for GSS-TSIG)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement