#1632 Internal error when removing the last record in DNS reverse zone
Closed: Fixed None Opened 12 years ago by edewata.

In DNS forward zone, when the last record in a DNS record entry is deleted the entry itself will be deleted. In the reverse zone, however, this will generate an error.

Consider the following record:

# ipa dnsrecord-show 1.168.192.in-addr.arpa. 100
  Record name: 100
  PTR record: test.example.com.

Deleting the PTR record generates an error:

# ipa dnsrecord-mod 79.16.10.in-addr.arpa. 185 --ptr-rec=
ipa: ERROR: an internal error has occurred

Correction, the IP addresses should match. The problem is still valid:

# ipa dnsrecord-mod 1.168.192.in-addr.arpa. 100 --ptr-rec=
ipa: ERROR: an internal error has occurred

Metadata Update from @edewata:
- Issue assigned to jcholast
- Issue set to the milestone: FreeIPA 2.1 - 2011/07

7 years ago

Login to comment on this ticket.

Metadata