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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user