]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix a checkconf bug
authorMatthijs Mekking <matthijs@isc.org>
Thu, 10 Feb 2022 15:56:00 +0000 (16:56 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 25 Jan 2024 13:41:25 +0000 (14:41 +0100)
The check for printing zone list failed because of these additional
lines in the output:

good.conf:22: dnssec-policy: key algorithm 13 has predefined length; \
  ignoring length value 256

I am not sure why this failure hasn't happened before already.

bin/tests/system/checkconf/good.conf.in

index b39b20941a7c2cf9198008de6c1912394eacc25d..59ecbcec44a856d542c47b6ddc9ea11b8dc8c0fa 100644 (file)
@@ -23,7 +23,7 @@ dnssec-policy "test" {
        };
        dnskey-ttl 3600;
        keys {
-               ksk key-directory lifetime P1Y algorithm 13 256;
+               ksk key-directory lifetime P1Y algorithm 13;
                zsk lifetime P30D algorithm 13;
                csk key-store "hsm" lifetime P30D algorithm 8 2048;
        };