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.
master: 1adeb68
Ticket has been cloned to Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1108204
Metadata Update from @mbasti: - Issue assigned to mbasti - Issue set to the milestone: FreeIPA 4.0 - 2014/02
Log in to comment on this ticket.