Regression test for:

3018.   [bug]           Named failed to check for the "none;" acl when deciding
                        if a zone may need to be re-signed. [RT #23120]
This commit is contained in:
Mark Andrews
2011-02-08 03:47:02 +00:00
parent c098252bf4
commit 37b017f2ca
4 changed files with 76 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.38 2010/07/11 01:18:24 each Exp $ */
/* $Id: named.conf,v 1.39 2011/02/08 03:47:02 marka Exp $ */
// NS3
@@ -166,4 +166,10 @@ zone "kskonly.example" {
file "kskonly.example.db.signed";
};
zone "expired.example" {
type master;
allow-update { none; };
file "expired.example.db.signed";
};
include "trusted.conf";