summaryrefslogtreecommitdiff
path: root/source4/selftest/provisions/release-4-1-0rc3/private/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'source4/selftest/provisions/release-4-1-0rc3/private/named.conf')
-rw-r--r--source4/selftest/provisions/release-4-1-0rc3/private/named.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/source4/selftest/provisions/release-4-1-0rc3/private/named.conf b/source4/selftest/provisions/release-4-1-0rc3/private/named.conf
new file mode 100644
index 0000000000..415eeb0494
--- /dev/null
+++ b/source4/selftest/provisions/release-4-1-0rc3/private/named.conf
@@ -0,0 +1,18 @@
+# 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 "/data/samba/git/samba/st/promoted_dc/private/named.conf";
+
+#
+# This configures dynamically loadable zones (DLZ) from AD schema
+# Uncomment only single database line, depending on your BIND version
+#
+dlz "AD DNS Zone" {
+ # For BIND 9.8.0
+ database "dlopen /data/samba/git/samba/bin/modules/bind9/dlz_bind9.so";
+
+ # For BIND 9.9.0
+ # database "dlopen /data/samba/git/samba/bin/modules/bind9/dlz_bind9_9.so";
+};