summaryrefslogtreecommitdiff
path: root/source4/setup/named.conf
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-11 13:17:09 +1100
committerAndrew Tridgell <tridge@samba.org>2010-02-11 21:04:11 +1100
commit5a72eca574f2cb330a0d62936ca901b8ebee4194 (patch)
tree3f74aa831ac9506e129a4c29e7d0e22fec528a36 /source4/setup/named.conf
parent5a2ff4d16f67a2617a3b54e30900e5b4825d6617 (diff)
downloadsamba-5a72eca574f2cb330a0d62936ca901b8ebee4194.tar.gz
samba-5a72eca574f2cb330a0d62936ca901b8ebee4194.tar.bz2
samba-5a72eca574f2cb330a0d62936ca901b8ebee4194.zip
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 <abartlet@samba.org>
Diffstat (limited to 'source4/setup/named.conf')
-rw-r--r--source4/setup/named.conf4
1 files changed, 2 insertions, 2 deletions
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.