#4707 Installation adds invalid zonemgr email
Closed: Fixed None Opened 9 years ago by mbasti.

Zone added during installation has invalid relative email (missing .)

# ipa dnszone-show testrelm.test|grep e-mail
  Administrator e-mail address: hostmaster.testrelm.test

How to fix:
bindinstance.setup(), uses wrong template:

if not zonemgr:
    self.zonemgr = 'hostmaster.%s' % self.domain

how to fix:

  • make domain absolute, or
  • use relative 'hostmaster' value, bind appends zonepart itself

NOTE: zonemgr cannot be None, because it is used in template.


master:

  • a7162e7 Fix: DNS installer adds invalid zonemgr email

ipa-4-1:

  • 3ab75d7 Fix: DNS installer adds invalid zonemgr email

Metadata Update from @mbasti:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.1.2

7 years ago

Login to comment on this ticket.

Metadata