Bug 1448697
| Summary: | ipa-client-install doesn't set appropriate permissions on /etc/pki/ca-trust/source/ipa.p11-kit. Permissions are set based on umask. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Abhinay Reddy Peddireddy <apeddire> |
| Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | ipa-qe <ipa-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | pvoborni, rcritten, slaznick, tscherf |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-19 11:57:08 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
Abhinay Reddy Peddireddy
2017-05-07 11:06:53 UTC
The permissions I believe are fine. The error in the logs resembles https://bugzilla.redhat.com/show_bug.cgi?id=1427897. The root cause there was that the system trust module was enabled, effectively bypassing IPA trust store. To see if this could be the problem, the customer should try to issue `modutil -dbdir /etc/httpd/alias -list "Root Certs" | grep "Status: Enabled"` as root. If they get some output, just run: `modutil -dbdir /etc/httpd/alias/ -disable "Root Certs" -force` as root and restart IPA with `ipactl restart`. This should solve the problem. *** This bug has been marked as a duplicate of bug 1427897 *** |