Bug 1108204

Summary: PTR record cannot be added from UI, if user added zone without last '.'
Product: Red Hat Enterprise Linux 7 Reporter: Martin Kosek <mkosek>
Component: ipaAssignee: Martin Kosek <mkosek>
Status: CLOSED ERRATA QA Contact: Namita Soman <nsoman>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 7.1CC: rcritten
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ipa-4.0.3-1.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-05 10:11:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Kosek 2014-06-11 14:48:11 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/freeipa/ticket/4151

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.
}}}

Comment 1 Martin Kosek 2014-06-11 15:23:24 UTC
This request is already fixed in upstream FreeIPA project. Please refer to the linked ticket for additional details and related commits.

Comment 3 Namita Soman 2015-01-26 20:43:42 UTC
Verified using CLI and UI on ipa-server-4.1.0-16.el7.x86_64

# ipa dnszone-add 4.16.10.in-addr.arpa
  Zone name: 4.16.10.in-addr.arpa.
  Active zone: TRUE
  Authoritative nameserver: cloud-qe-3.testrelm.test.
  Administrator e-mail address: hostmaster
  SOA serial: 1422304547
  SOA refresh: 3600
  SOA retry: 900
  SOA expire: 1209600
  SOA minimum: 3600
  BIND update policy: grant TESTRELM.TEST krb5-subdomain 4.16.10.in-addr.arpa. PTR;
  Dynamic update: FALSE
  Allow query: any;
  Allow transfer: none;


# ipa dnsrecord-add 4.16.10.in-addr.arpa 20 --ptr-hostname=test.zone3.test
  Record name: 20
  PTR record: test.zone3.test


Did the same from UI, and was able ptr rec for zone not added with the last .

Comment 5 errata-xmlrpc 2015-03-05 10:11:24 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHSA-2015-0442.html