RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 809565 - Cannot change DNS name without recreating it
Summary: Cannot change DNS name without recreating it
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ipa
Version: 6.3
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: rc
: ---
Assignee: Rob Crittenden
QA Contact: Namita Soman
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-03 16:27 UTC by Dmitri Pal
Modified: 2015-05-20 15:45 UTC (History)
2 users (show)

Fixed In Version: ipa-3.0.0-1.el6
Doc Type: Bug Fix
Doc Text:
Cause: DNS records cannot be renamed. Consequence: Administator needs to re-enter all DNS records under certain name when the name changes. Fix: Allow rename operation for DNS record name. Result: Administrator may use --rename option in Identity Management CLI interface to rename a DNS name and all its records to other name within the same zone.
Clone Of:
Environment:
Last Closed: 2013-02-21 09:10:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2013:0528 0 normal SHIPPED_LIVE Low: ipa security, bug fix and enhancement update 2013-02-21 08:22:21 UTC

Description Dmitri Pal 2012-04-03 16:27:11 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/freeipa/ticket/2600

There is no option for ipa dnsrecord-mod to change idnsName attribure and rename whole existing name with all records. In real BIND it is trivial operation, if you follows zone style guide.

Currently you have to delete whole name, recreate it and re-add all records.

Same problem exists in WebUI.

See how simple it is at http://tools.ietf.org/html/rfc1912 section 3.2 :-D

Comment 1 Martin Kosek 2012-05-31 10:47:39 UTC
Fixed upstream:
master: https://fedorahosted.org/freeipa/changeset/5b465811ce15e26d4c05c589601eebee1b9e984d

Users can now rename DNS records with "dnsrecord-mod ZONE RECORD --rename NEWRECORD"

Comment 2 Jenny Severance 2012-09-25 15:55:23 UTC
automated regression test in DNS test suite

Comment 4 Namita Soman 2012-11-27 06:18:13 UTC
Verified using ipa-server-3.0.0-8.el6.x86_64

Verified using steps:

# ipa dnszone-add --name-server=ivanova.testrelm.com. one
Administrator e-mail address [hostmaster.one.]: 
  Zone name: one
  Authoritative nameserver: ivanova.testrelm.com.
  Administrator e-mail address: hostmaster.one.
  SOA serial: 1367705625
  SOA refresh: 3600
  SOA retry: 900
  SOA expire: 1209600
  SOA minimum: 3600
  BIND update policy: grant TESTRELM.COM krb5-self * A; grant TESTRELM.COM krb5-self * AAAA; grant TESTRELM.COM krb5-self * SSHFP;
  Active zone: TRUE
  Dynamic update: FALSE
  Allow query: any;
  Allow transfer: none;


# ipa  dnsrecord-add one ARecord
Please choose a type of DNS resource record to be added
The most common types for this type of zone are: A, AAAA

DNS resource record type: A
A IP Address: 10.16.96.99
  Record name: ARecord
  A record: 10.16.96.99

# ipa dnsrecord-find one
  Record name: @
  NS record: ivanova.testrelm.com.

  Record name: ARecord
  A record: 10.16.96.99
----------------------------
Number of entries returned 2
----------------------------


# ipa dnsrecord-mod one ARecord --rename ARenameRecord
  Record name: ARenameRecord
  A record: 10.16.96.99


# ipa dnsrecord-find one
  Record name: @
  NS record: ivanova.testrelm.com.

  Record name: ARenameRecord
  A record: 10.16.96.99
----------------------------
Number of entries returned 2
----------------------------

Comment 6 errata-xmlrpc 2013-02-21 09:10:41 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.

http://rhn.redhat.com/errata/RHSA-2013-0528.html


Note You need to log in before you can comment on or make changes to this bug.