]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix test errors
authorEvan Hunt <each@isc.org>
Thu, 26 Jul 2012 05:47:26 +0000 (22:47 -0700)
committerEvan Hunt <each@isc.org>
Thu, 26 Jul 2012 05:47:26 +0000 (22:47 -0700)
bin/tests/system/dnssec/ns4/named3.conf

index 2d407407dcafdc0a708a6fcd7f8aa6619178a5d5..5aad4d0cd1165a8262ae793db7b286a4608a18fb 100644 (file)
@@ -31,7 +31,7 @@ options {
        recursion yes;
        acache-enable yes;
        dnssec-enable yes;
-       dnssec-validation auto;
+       dnssec-validation yes;
         bindkeys-file "managed.conf";
         dnssec-accept-expired yes;
 };
@@ -49,3 +49,5 @@ zone "." {
        type hint;
        file "../../common/root.hint";
 };
+
+include "managed.conf";