Bug 1184629
| Summary: | kinit loops on principals on unknown error | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Kosek <mkosek> |
| Component: | krb5 | Assignee: | Roland Mainz <rmainz> |
| Status: | CLOSED ERRATA | QA Contact: | Patrik Kis <pkis> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.1 | CC: | dpal, drieden, ipa-maint, nsoman, pkis, rcritten, rharwood, rmainz |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | krb5-1.12.2-14.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1184628 | Environment: | |
| Last Closed: | 2015-03-05 10:01:56 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: | 1184628 | ||
|
Description
Martin Kosek
2015-01-21 21:00:58 UTC
See details in https://fedorahosted.org/freeipa/ticket/4844#comment:2 This is a regression in kinit. Patch is ready, on review upstream: https://github.com/krb5/krb5/pull/243 Reproduction/testing should be straightforward: Instead of proper message: $ kinit -C admin kinit: Client 'admin' not found in Kerberos database while getting initial credentials user gets: $ kinit -C admin kinit: Looping detected inside krb5_get_in_tkt while getting initial credentials Changes commited... $ git push [snip] Counting objects: 24, done. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 2.54 KiB | 0 bytes/s, done. Total 4 (delta 2), reused 0 (delta 0) remote: *** Checking commit 643255762e22c3f899ddcd1a448bc70524c2d7e2 remote: *** Resolves: remote: *** Approved: remote: *** rhbz#1184629 (blocker+, pm_ack+, rhel-7.1.0+) remote: *** Commit 643255762e22c3f899ddcd1a448bc70524c2d7e2 allowed To ssh://rmainz.redhat.com/rpms/krb5 387fac2..6432557 rhel-7.1 -> rhel-7.1 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://rhn.redhat.com/errata/RHSA-2015-0439.html |