summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-09-08 15:24:11 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-09-12 20:42:14 +1000
commit9a5524e00ad8f257305f823d4a9936026e6d9160 (patch)
tree3dba7cad82bff1437624d1a91991bda2090cc931
parent41e9f9d504a31e8eed24cb4260c2e574812961e2 (diff)
downloadsamba-9a5524e00ad8f257305f823d4a9936026e6d9160.tar.gz
s4-provision: Add named.conf template for BIND9 with DLZ support
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r--source4/setup/named.conf.dlz14
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/setup/named.conf.dlz b/source4/setup/named.conf.dlz
new file mode 100644
index 00000000000..c90020ff59c
--- /dev/null
+++ b/source4/setup/named.conf.dlz
@@ -0,0 +1,14 @@
+# This DNS configuration is for BIND 9.8.0 or later with dlz_dlopen support.
+#
+# This file should be included in your main BIND configuration file
+#
+# For example with
+# include "${NAMED_CONF}";
+
+#
+# This configures dynamically loadable zones (DLZ) from AD schema
+#
+dlz "AD DNS Zone" {
+ database "dlopen ${BIND9_DLZ_MODULE}";
+};
+