From 5a72eca574f2cb330a0d62936ca901b8ebee4194 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 11 Feb 2010 13:17:09 +1100 Subject: s4-provision: move zone file to dns subdirectory This allows the permissions to be correctly set for bind to write to a journal file. It also sets the right group ownership and permissions on the files that bind needs to access. Pair-Programmed-With: Andrew Bartlett --- source4/setup/named.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/setup/named.conf') diff --git a/source4/setup/named.conf b/source4/setup/named.conf index 18e3300cea..dad1f1f2f9 100644 --- a/source4/setup/named.conf +++ b/source4/setup/named.conf @@ -1,11 +1,11 @@ # This file should be included in your main BIND configuration file # # For example with -# include "${PRIVATE_DIR}/named.conf"; +# include "${NAMED_CONF}"; zone "${DNSDOMAIN}." IN { type master; - file "${PRIVATE_DIR}/${DNSDOMAIN}.zone"; + file "${ZONE_FILE}"; /* * Attention: Not all BIND versions support "ms-self". The instead use * of allow-update { any; }; is another, but less secure possibility. -- cgit