#2790 zonemgr is set to default for reverse zone even with --zonemgr
Closed: Fixed None Opened 11 years ago by mkosek.

https://bugzilla.redhat.com/show_bug.cgi?id=826152 (Red Hat Enterprise Linux 6)

Description of problem:
Administrator email address is set to default (hostmaster@DOMAIN) even when
email address is provided with --zonemgr. It is set correctly for the forward
lookup zone.

Version-Release number of selected component (if applicable):
ipa-server-2.2.0-16.el6.i686

How reproducible: Always


Steps to Reproduce:
1. Install dns
# ipa-dns-install --zonemgr <admin email address>

2. Check the zones
# ipa dnszone-find


Actual results:
Administrator email address is set as expected for the forward lookup zone but
is set to default email address for the revers lookup zone.

Expected results:
Administrator email address is expected to be set as provided by --zonemgr for
both forward and reverse zone.

Additional info:
[root@ipaqa64vmh ~]# ipa-dns-install --ip-address 10.16.98.189 --zonemgr
stv@redhat.com

[root@ipaqa64vmh ~]# ipa dnszone-find
  Zone name: 98.16.10.in-addr.arpa.
  Authoritative nameserver: ipaqa64vmh.testrelm.com.
>>  Administrator e-mail address: hostmaster.98.16.10.in-addr.arpa.
  SOA serial: 2012052901
  SOA refresh: 3600
  SOA retry: 900
  SOA expire: 1209600
  SOA minimum: 3600
  Active zone: TRUE
  Allow query: any;
  Allow transfer: none;

  Zone name: testrelm.com
  Authoritative nameserver: ipaqa64vmh.testrelm.com.
>>  Administrator e-mail address: stv.redhat.com.
  SOA serial: 2012052901
  SOA refresh: 3600
  SOA retry: 900
  SOA expire: 1209600
  SOA minimum: 3600
  Active zone: TRUE
  Allow query: any;
  Allow transfer: none;
----------------------------
Number of entries returned 2
----------------------------

Patch freeipa-mkosek-312-use-custom-zonemgr-for-reverse-zones.patch sent for review

regression fixed (NS record with 2 trailing "."):

master: c16c257[[BR]]
ipa-3-0: f50034a

Metadata Update from @mkosek:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 3.0 RC2

7 years ago

Login to comment on this ticket.

Metadata