Bug 1272869
| Summary: | dig + dnssec does not display signature of freshly created root zone | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Kosek <mkosek> |
| Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> |
| Status: | CLOSED WORKSFORME | QA Contact: | Namita Soman <nsoman> |
| Severity: | unspecified | Docs Contact: | Aneta Šteflová Petrová <apetrova> |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | mbasti, pspacek, rcritten |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
DNS zones with recently generated DNSSEC keys are not signed properly
IdM does not properly sign DNS zones with recently generated DNS Security Extensions (DNSSEC) keys. The named-pkcs11 service logs the following error in this situation:
The attribute does not exist: 0x00000002
The bug is caused by a race condition error in the DNSSEC key generation and distribution process. The race condition prevents named-pkcs11 from accessing new DNSSEC keys.
To work around this problem, restart named-pkcs11 on the affected server. After the restart, the DNS zone is properly signed. Note that the bug might reappear after the DNSSEC keys are changed again.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-12-19 12:12:46 UTC | Type: | --- |
| 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: | 1281702 | ||
|
Description
Martin Kosek
2015-10-19 06:14:45 UTC
As noted in https://fedorahosted.org/freeipa/ticket/5348#comment:1, this issue can be worked around with restart of the named-pkcs11 service: # systemctl restart named-pkcs11.service Cannot reproduce upstream anymore, feel free to reopen if problems persist. |