#6195 DNS global forwarder does not work after removing DNS root zone from LDAP
Closed: Invalid None Opened 7 years ago by mbasti.

Forwardzone tests start failing with following error

E               NotFound: Nameserver 'vm-150.idm.lab.eng.brq.redhat.com.' does not have a corresponding A/AAAA record

This hostname should be resolvable using global forwarder.

It looks like that test are failing after root zone testing.


Minimal reproducer:

  1. install IPA (hostname of IPA is not managed by IPA DNS) with forwarder
  2. dig server.ipa.test. A --> returns IP address
  3. ipa dnszone-add . --skip-overlap-check (this zone will not work, but anyway we don't care in this case)
  4. ipa dnszone-del .
  5. dig server.ipa.test. A --> answer does not contain A records

This is likely an issue in bind-dyndb-ldap, investigating ...

Metadata Update from @mbasti:
- Issue assigned to pspacek
- Issue set to the milestone: 0.0 NEEDS_TRIAGE

7 years ago

Login to comment on this ticket.

Metadata