Ticket #92 (closed defect: invalid)

Opened 7 years ago

Last modified 7 years ago

pdnsd sends a duplicate SOA record on AXFR query with LDAP backend

Reported by: anon Owned by: somebody
Priority: normal Milestone:
Component: component1 Version:
Severity: normal Keywords:
Cc:

Description

I have pdnsd running with the ldap backend. There is a cosmetic bug -- when doing zone transfers, SOA record is sent twice. Here is a sample protocol run:

client > server | AXFR example.com
server > client | SOA dns.example.com
server > client | A x.x.x.x MX x.x.x.x etc
server > client | SOA dns.example.com

The second SOA answer is redundant as far as I can see.

# dpkg -l pdns* | grep ^ii
ii  pdns-backend-ldap 2.9.19-3build1 LDAP backend for PowerDNS
ii  pdns-server       2.9.19-3build1 extremely powerful and versatile nameserver

Change History

Changed 7 years ago by anon

  • summary changed from pdnsd sends a redundant SOA record on AXFR query with LDAP backend to pdnsd sends a duplicate SOA record on AXFR query with LDAP backend

Changed 7 years ago by ahu

  • status changed from new to closed
  • resolution set to invalid

This is how DNS works, an AXFR is terminated by sending an additional SOA.

Note: See TracTickets for help on using tickets.