3020. [bug] auto-dnssec failed to correctly update the zone when

changing the DNSKEY RRset. [RT #23232]
This commit is contained in:
Mark Andrews
2011-02-15 22:06:27 +00:00
parent 9297aca9a8
commit 32f0239b5d
10 changed files with 211 additions and 33 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.38.86.2 2011/02/14 23:59:33 marka Exp $ */
/* $Id: named.conf,v 1.38.86.3 2011/02/15 22:06:27 marka Exp $ */
// NS3
@@ -178,4 +178,18 @@ zone "update-nsec3.example" {
file "update-nsec3.example.db.signed";
};
zone "auto-nsec.example" {
type master;
auto-dnssec maintain;
allow-update { !0.0.0.0; };
file "auto-nsec.example.db.signed";
};
zone "auto-nsec3.example" {
type master;
auto-dnssec maintain;
allow-update { !0.0.0.0; };
file "auto-nsec3.example.db.signed";
};
include "trusted.conf";