summaryrefslogtreecommitdiff
path: root/source4/selftest/provisions/release-4-1-0rc3/private/named.conf
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-09-21 22:52:01 -0700
committerAndrew Bartlett <abartlet@samba.org>2013-09-22 14:39:51 -0700
commit038a9a7c5ec964e5b42e1329eab0573e50a9d3b0 (patch)
tree989b422b996b03d036a5df858eaa4f6f464a58ae /source4/selftest/provisions/release-4-1-0rc3/private/named.conf
parent9c11ad25b211242cbe526f280688640658c4a365 (diff)
downloadsamba-038a9a7c5ec964e5b42e1329eab0573e50a9d3b0.tar.gz
samba-038a9a7c5ec964e5b42e1329eab0573e50a9d3b0.tar.bz2
samba-038a9a7c5ec964e5b42e1329eab0573e50a9d3b0.zip
selftest: Add release-4-1-0rc3 saved provision
This version has the regression where we would, on join, write an all-zero invocationID in the replPropertyMetaData attribute, on Deleted Objects in particular. To demonstrate this regression, this is based on the promoted_dc environment from make test, with the domain altered to match the pattern used in these trees. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
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";
+};