s4-dns: Ignore zones that shouldn't be returned currently
authorMatthieu Patou <mat@matws.net>
Tue, 2 Oct 2012 04:36:34 +0000 (21:36 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 15 Oct 2012 09:39:47 +0000 (11:39 +0200)
commit97954c846f45c84f63909bfa994682bb11e07584
treeb307ef2e2c701a6b544a713ac5b9a03d483cdda6
parent4a774ab993b93ec056173551d6105c244c7f3611
s4-dns: Ignore zones that shouldn't be returned currently

RootDNSServers should never be returned (Windows DNS server don't)
..TrustAnchors should never be returned as is, (Windows returns
TrustAnchors) and for the moment we don't support DNSSEC so we'd better
not return this zone.

Fix bug #9265 - Bind dlz fails to start if there is a trustedanchors zone.
source4/dns_server/dns_server.c