]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix dnssec system test
authorMatthijs Mekking <matthijs@isc.org>
Mon, 6 Mar 2023 15:48:17 +0000 (16:48 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 23 May 2023 06:53:23 +0000 (08:53 +0200)
The 'update-nsec3.example' requires to be DNSSEC maintained via
dynamic update. Commit 03b22983cd20cec51ad8b9f25f2e7d0e472dc79c adds
checks to make sure the raw zone is not signed. So the test case neesd
to be updated to allow for DNSSEC maintenance.

bin/tests/system/dnssec/ns3/named.conf.in

index afca54747deeba1404c24a60548911a386d3de4a..fbcb8d865f5695b39edc121d9d0e903f00054667 100644 (file)
@@ -209,6 +209,7 @@ zone "expired.example" {
 
 zone "update-nsec3.example" {
        type primary;
+       auto-dnssec maintain;
        allow-update { any; };
        file "update-nsec3.example.db.signed";
 };