#4151 PTR record cannot be added from UI, if user added zone without last '.'
Closed: Fixed None Opened 11 years ago by mbasti.

If user add a reverse zone not ended with ".", it prevents him to add PTR record in UI.

This doesnt work:

ipa dnsrecord-add 0.0.10.in-addr.arpa 20 --ptr-hostname=test.zone3.test.
invalid 'ptrrecord': Reverse zone for PTR record should be a sub-zone of one the following fully qualified domains: .ip6.arpa., .in-addr.arpa.

This works, the zone name must be FQDN:

ipa dnsrecord-add 0.0.10.in-addr.arpa. 20 --ptr-hostname=test.zone3.test.

Metadata Update from @mbasti:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.0 - 2014/02

8 years ago

Log in to comment on this ticket.

Metadata