| Summary: | Web interface not showing ipa forwarders | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | David Bensimon <dbensimo> |
| Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Kaleem <ksiddiqu> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | mbasti, ndehadra, nobody, pvoborni, rcritten |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-4.4.0-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-04 05:51:45 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
David Bensimon
2016-03-04 16:22:28 UTC
Upstream ticket: https://fedorahosted.org/freeipa/ticket/5732 Upstream ticket: https://fedorahosted.org/freeipa/ticket/5997 With fix implemented in scope of upstream ticket 5732 (comment 2), new installations with IPA 4.4 will have the forwarders which were specified in ipa-server-install visible in Web UI and CLI. In existing installations the values won't be migrated on upgrade and thus they will be still only in named.conf. It will be possible to migrated them to ldap manually. Automatic migration is tracked in upstream ticket 5997. But implementation of this ticket is not planned for any upcoming IPA release yet. Moving to modified given that core is done. More details in comment 4. Please note that forwarders configured in installation are only for the local DNS server. So Forwarders will not show in global DNS config (dnsconfig-show). To determine per server forwarders, please use dnsserver-show and counterpart in webUI in servers section. To verify steps 4) and 5), please use dnsserver-show <ipaDNSserver> IPA-server version: ipa-server-4.4.0-12.el7.x86_64 Verified the bug on the basis of following steps: FRESH-Setup -------------- 1. Verified that ipa-server can be setup with forwarders . 2. Verified that forwarder information is correctly displayed on running following command: # ipa dnsserver-show `hostname` Server name: auto.testrelm.test SOA mname override: auto.testrelm.test. Forwarders: 10.x.x.x Forward policy: only # ipa dnsserver-find `hostname` -------------------- 1 DNS server matched -------------------- Server name: auto.testrelm.test SOA mname override: auto.testrelm.test. Forwarders: 10.x.x.x Forward policy: only ---------------------------- Number of entries returned 1 ---------------------------- 3. Also verified that the DNS forwarder details are available at server UI at path: "Network Services > DNS > DNS Servers > "Server name" > Forwarders:" Upgrade: ----------- 4. Also noticed that the above observations does not work in case of upgrade, thus logged a separate bug "Bz1377392" for it. Thus on the basis of above observations marking status of bug to "VERIFIED". 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/RHBA-2016-2404.html |