#1319 DNS record list page only shows first record for each dn
Closed: Fixed None Opened 12 years ago by admiyo.

This goes for multiple A records for the same hostname, but also if a hostname has an A record and a AAAA record. Only the A record will show up in the WEB GUI. All records are found using a "ipa dnsrecord-find domain.com hostname" on the CLI.

This is an issue that comes about based on the way that ipa dnsrecord-find returns data. We are currently only reading the first value for each record, but this command packs the data in such a way that is different from other "find" comands. Thus, the subsequent A and AAAA records are ignored.

Here's the data back from JSON:

{"aaaarecord": ["00::11", "00::112"],

"arecord": ["192.168.122.28", "1.2.3.4"],

"dn": (elided),

"idnsname": ["server15"]}


Will add additional rows to the records search facet

Metadata Update from @admiyo:
- Issue assigned to admiyo
- Issue set to the milestone: FreeIPA 2.1 - 2011/06

7 years ago

Login to comment on this ticket.

Metadata