Bug 1659448
| Summary: | Fix compile issue with new 389-ds | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Thomas Woerner <twoerner> | |
| Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Kaleem <ksiddiqu> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 8.0 | CC: | abokovoy, cheimes, ksiddiqu, mvarun, psabata, pvoborni, rcritten, tscherf | |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
|
| Target Release: | 8.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1672184 (view as bug list) | Environment: | ||
| Last Closed: | 2019-06-14 00:48:34 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: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1672184 | |||
|
Description
Thomas Woerner
2018-12-14 12:19:43 UTC
Fixed upstream master: https://pagure.io/freeipa/c/e62eb0007b86e839aba08af5cb673707100be5de Alexander added a workaround for the issue. I also filed a bug against 389-DS to rename the new, conflicting API function. Fixed upstream ipa-4-6: https://pagure.io/freeipa/c/b6cb09e88e6ce44824f79ddd793357e278450f18 ipa-4-7: https://pagure.io/freeipa/c/2b30b637561eb56a1fb73164322c9a74c8365c0b Verified(sanityOnly) [root@cloud-qe-19 ~]# rpm -qa 389-ds* 389-ds-base-debugsource-1.4.0.20-5.module+el8+2685+6de0feb1.x86_64 389-ds-base-libs-1.4.0.20-5.module+el8+2685+6de0feb1.x86_64 389-ds-base-legacy-tools-1.4.0.20-5.module+el8+2685+6de0feb1.x86_64 389-ds-base-1.4.0.20-5.module+el8+2685+6de0feb1.x86_64 389-ds-base-debuginfo-1.4.0.20-5.module+el8+2685+6de0feb1.x86_64 [root@cloud-qe-19 ~]# uname -a Linux cloud-qe-19.testrelme.test 4.18.0-64.el8.x86_64 #1 SMP Wed Jan 23 20:50:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [root@cloud-qe-19 ~]# cat /etc/redhat-release Red Hat Enterprise Linux release 8.0 Beta (Ootpa) #ipa-server-install --setup-dns --auto-forwarders --reverse-zone=34.19.10.in-addr.arpa. --allow-zone-overlap --hostname=cloud-qe-19.testrelme.test -r TESTRELME.TEST -n testrelme.test -p <xxxxxxx> -a <xxxxxx> --ip-address=10.19.34.59 -U' Checking DNS domain testrelme.test., please wait ... Checking DNS domain 34.19.10.in-addr.arpa., please wait ... DNS zone 34.19.10.in-addr.arpa. already exists in DNS and is handled by server(s): dns.engineering.redhat.com., ns1.infra.prod.eng.brq2.redhat.com., ns1.eng.tlv2.redhat.com., ns1.app.eng.bos.redhat.com., ns1.eng.blr.redhat.com., ns1.eng.bne.redhat.com., ns1.eng.pek2.redhat.com. Synchronizing time No SRV records of NTP servers found and no NTP server or pool address was provided. Attempting to sync time with chronyc. Time synchronization was successful. The log file for this installation can be found in /var/log/ipaserver-install.log ============================================================================== This program will set up the IPA Server. Version 4.7.1 * * * * * The ipa-server-install command was successful ============================================================================== Setup complete Next steps: 1. You must make sure these network ports are open: TCP Ports: * 80, 443: HTTP/HTTPS * 389, 636: LDAP/LDAPS * 88, 464: kerberos * 53: bind UDP Ports: * 88, 464: kerberos * 53: bind * 123: ntp 2. You can now obtain a kerberos ticket using the command: 'kinit admin' This ticket will allow you to use the IPA tools (e.g., ipa user-add) and the web user interface. Be sure to back up the CA certificates stored in /root/cacert.p12 These files are required to create replicas. The password for these files is the Directory Manager password :: [ 07:45:53 ] :: [ PASS ] :: Command ' /usr/sbin/ipa-server-install Based on the above observation, marking the bug VERIFIED IPA-version: ipa-server-dns-4.7.1-10.module+el8+2699+aa606a46.noarch ipa-server-4.7.1-10.module+el8+2699+aa606a46.x86_64 |