1625. [bug] named failed to load/transfer RFC2535 signed zones

which contained CNAMES. [RT# 11237]
This commit is contained in:
Mark Andrews
2004-05-05 01:32:58 +00:00
parent af6e33e7a0
commit 38e8022ace
10 changed files with 168 additions and 22 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.23 2004/03/10 02:19:53 marka Exp $ */
/* $Id: named.conf,v 1.24 2004/05/05 01:32:57 marka Exp $ */
// NS2
@@ -62,4 +62,10 @@ zone "insecure.secure.example" {
allow-update { any; };
};
zone "rfc2335.example" {
type master;
file "rfc2335.example.db";
};
include "trusted.conf";