Bug 1697242
| Summary: | Communication with oddjob helper fails | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | anuja <amore> |
| Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> |
| Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.7 | CC: | abokovoy, cheimes, frenaud, ksiddiqu, ndehadra, pvoborni, rcritten, tscherf |
| Target Milestone: | rc | Keywords: | Regression, TestBlocker |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-4.6.5-5.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-06 13:09:37 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: | |||
|
Description
anuja
2019-04-08 07:44:49 UTC
Also Fails For one-way trust-add : # ipa trust-add --admin --type=ad ipa: ERROR: an internal error has occurred It is actually failing for one-way trust only. Fixed upstream master: https://pagure.io/freeipa/c/cb0f24bfe251c4d659354da520be65e999f2245b Fixed upstream ipa-4-7: https://pagure.io/freeipa/c/b903df96fc5c6352da62bba3b08ce57268977478 Fixed upstream ipa-4-6: https://pagure.io/freeipa/c/51fdbf2ba1beb38eb8c1d54b02b956aedad06782 Verified : ipa-server-4.6.5-5.el7.x86_64 [root@bender ~]# ipa trust-add ipaad2016.test --admin Administrator --type=ad --external=False Active Directory domain administrator's password: ------------------------------------------------------- Added Active Directory trust for realm "ipaad2016.test" ------------------------------------------------------- Realm name: ipaad2016.test Domain NetBIOS name: IPAAD2016 Domain Security Identifier: S-1-5-21-813110839-3732285123-1597101681 Trust direction: Trusting forest Trust type: Active Directory domain Trust status: Established and verified [root@bender ~]# ipa trust-add ipaad2016.test --admin Administrator --type=ad --external=True Active Directory domain administrator's password: ------------------------------------------------------- Added Active Directory trust for realm "ipaad2016.test" ------------------------------------------------------- Realm name: ipaad2016.test Domain NetBIOS name: IPAAD2016 Domain Security Identifier: S-1-5-21-813110839-3732285123-1597101681 Trust direction: Trusting forest Trust type: Non-transitive external trust to a domain in another Active Directory forest Trust status: Established and verified [root@bender ~]# ipa trust-add ipaad2016.test --admin Administrator --type=ad Active Directory domain administrator's password: ------------------------------------------------------- Added Active Directory trust for realm "ipaad2016.test" ------------------------------------------------------- Realm name: ipaad2016.test Domain NetBIOS name: IPAAD2016 Domain Security Identifier: S-1-5-21-813110839-3732285123-1597101681 Trust direction: Trusting forest Trust type: Active Directory domain Trust status: Established and verified [root@bender ~]# echo Password123 | ipa trust-add ipaad2016.test --admin Administrator --range-type=ipa-ad-trust --password --two-way=True ------------------------------------------------------- Added Active Directory trust for realm "ipaad2016.test" ------------------------------------------------------- Realm name: ipaad2016.test Domain NetBIOS name: IPAAD2016 Domain Security Identifier: S-1-5-21-813110839-3732285123-1597101681 Trust direction: Two-way trust Trust type: Active Directory domain Trust status: Established and verified [root@bender ~]# 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://access.redhat.com/errata/RHBA-2019:2241 |