Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
DNS zone added with numeric TLD, without popping up expected error:"invalid 'name': top level domain label must be alphabetic"
this happens in rhel6.6 ipa-server-3.0.0-42
[root@ibm-x3650m4-01-vm-09 ~]# ipa dnszone-add --name-server=ibm-x3650m4-01-vm-09.testrelm.test. --admin-email="ipaqar.redhat.com" --serial=2010010701 --refresh=303 --retry=101 --expire=1202 --minimum=33 --ttl=55 domain.numeric.123
Zone name: domain.numeric.123
Authoritative nameserver: ibm-x3650m4-01-vm-09.testrelm.test.
Administrator e-mail address: ipaqar.redhat.com.
SOA serial: 2010010701
SOA refresh: 303
SOA retry: 101
SOA expire: 1202
SOA minimum: 33
SOA time to live: 55
BIND update policy: grant TESTRELM.TEST krb5-self * A; grant TESTRELM.TEST krb5-self * AAAA; grant TESTRELM.TEST
krb5-self * SSHFP;
Active zone: TRUE
Dynamic update: FALSE
Allow query: any;
Allow transfer: none;
[root@ibm-x3650m4-01-vm-09 ~]# ipa dnszone-find domain.numeric.123
Zone name: domain.numeric.123
Authoritative nameserver: ibm-x3650m4-01-vm-09.testrelm.test.
Administrator e-mail address: ipaqar.redhat.com.
SOA serial: 2010010702
SOA refresh: 303
SOA retry: 101
SOA expire: 1202
SOA minimum: 33
Active zone: TRUE
Allow query: any;
Allow transfer: none;
----------------------------
Number of entries returned 1
----------------------------
This change in behavior was brought in with a patch for Bug 1095250 (support for DNS classless reverse domains), so it is expected - ipa in RHEL-7.0 behaves this way already.
This change can be ripped out, but it would be development cost with a risk of breaking some part of the feature.
DNS zone added with numeric TLD, without popping up expected error:"invalid 'name': top level domain label must be alphabetic" this happens in rhel6.6 ipa-server-3.0.0-42 [root@ibm-x3650m4-01-vm-09 ~]# ipa dnszone-add --name-server=ibm-x3650m4-01-vm-09.testrelm.test. --admin-email="ipaqar.redhat.com" --serial=2010010701 --refresh=303 --retry=101 --expire=1202 --minimum=33 --ttl=55 domain.numeric.123 Zone name: domain.numeric.123 Authoritative nameserver: ibm-x3650m4-01-vm-09.testrelm.test. Administrator e-mail address: ipaqar.redhat.com. SOA serial: 2010010701 SOA refresh: 303 SOA retry: 101 SOA expire: 1202 SOA minimum: 33 SOA time to live: 55 BIND update policy: grant TESTRELM.TEST krb5-self * A; grant TESTRELM.TEST krb5-self * AAAA; grant TESTRELM.TEST krb5-self * SSHFP; Active zone: TRUE Dynamic update: FALSE Allow query: any; Allow transfer: none; [root@ibm-x3650m4-01-vm-09 ~]# ipa dnszone-find domain.numeric.123 Zone name: domain.numeric.123 Authoritative nameserver: ibm-x3650m4-01-vm-09.testrelm.test. Administrator e-mail address: ipaqar.redhat.com. SOA serial: 2010010702 SOA refresh: 303 SOA retry: 101 SOA expire: 1202 SOA minimum: 33 Active zone: TRUE Allow query: any; Allow transfer: none; ---------------------------- Number of entries returned 1 ----------------------------