[Pdns-users] Not Authoritative for AAAA when label does not exist in zone?
Zane Thomas
zane.thomas at gmail.com
Mon Jul 25 21:00:02 UTC 2011
Sorry about that, will be sure to note use of my own backend in the future.
As to the current issue I think this line of debug output is significant:
Jul 25 12:31:51 returning ns1.bar.com ns1.bar.com. NS auth=1
This following code is setting weHaveUnauth to true because sd.qname !=
rr.qname
// the line below fakes 'unauth NS' for delegations for non-DNSSEC
backends.
if((rr.qtype == p->qtype && !rr.auth) || (rr.qtype.getCode() ==
QType::NS && (!rr.auth || !pdns_iequals(sd.qname, rr.qname))))
weHaveUnauth=1;
When that code executes, subsequent to the NS record returned above,
sd.qname is bar.com and rr.qname is foo.bar.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20110725/0a8ee770/attachment-0001.html>
More information about the Pdns-users
mailing list