Bug 1664156
| Summary: | krb5: clean up etype display on KDC | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robbie Harwood <rharwood> | |
| Component: | krb5 | Assignee: | Robbie Harwood <rharwood> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | rawhide | CC: | abokovoy, j, nalin, npmccallum, rharwood, sbose, ssorce | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| URL: | https://github.com/krb5/krb5/pull/891 | |||
| Whiteboard: | ||||
| Fixed In Version: | krb5-1.16.1-25.fc29 krb5-1.16.1-25.fc28 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1664157 (view as bug list) | Environment: | ||
| Last Closed: | 2019-01-19 02:26:10 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: | 1664157 | |||
krb5-1.16.1-25.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-d226c3ecf1 krb5-1.16.1-25.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-0956d60ffd krb5-1.16.1-25.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-0956d60ffd krb5-1.16.1-25.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-d226c3ecf1 krb5-1.16.1-25.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. krb5-1.16.1-25.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. |
The KDC logs every request. This is helpful for potential auditing, and potentially helpful for debugging. In particular, a log entry might look like this: Dec 17 22:49:26 kerberos.rharwood.biz krb5kdc[548](info): TGS_REQ (8 etypes {18 17 20 19 16 23 25 26}) 192.168.122.112: ISSUE: authtime 1545086274, etypes {rep=20 tkt=20 ses=20}, rharwood for postgres/psql-server.rharwood.biz or Dec 17 22:37:54 kerberos.rharwood.biz krb5kdc[548](info): AS_REQ (8 etypes {18 17 20 19 16 23 25 26}) 192.168.122.112: ISSUE: authtime 1545086274, etypes {rep=20 tkt=20 ses=20}, rharwood for krbtgt/RHARWOOD.BIZ These would be more helpful if they logged *names* of enctypes, rather than their numbers.