| Summary: | gss_display_name() failed: A required input parameter could not be read: An invalid name was supplied (, Unknown error) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Jan Pazdziora <jpazdziora> |
| Component: | mod_auth_kerb | Assignee: | Luboš Uhliarik <luhliari> |
| Status: | CLOSED WONTFIX | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4 | CC: | dpal, jkaluza, jpazdziora |
| Target Milestone: | rc | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-10-18 07:53:31 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: | |
|
Description
Jan Pazdziora
2013-10-17 01:52:51 UTC
This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate, in the next release of Red Hat Enterprise Linux. I think this is the same bug as Bug 981248. I'm closing this one as DUPLICATE. If you think this is not the same bug, please say so and reopen this one. *** This bug has been marked as a duplicate of bug 981248 *** Reopening. I see the issue still present with mod_auth_kerb-5.4-13.el6.x86_64 while bug 981248 has Fixed In Version set to mod_auth_kerb-5.4-11.el6. (In reply to Jan Pazdziora from comment #4) > Reopening. I see the issue still present with > mod_auth_kerb-5.4-13.el6.x86_64 while bug 981248 has Fixed In Version set to > mod_auth_kerb-5.4-11.el6. More specifically, the ISE is no longer there but I see error message gss_accept_sec_context() failed: Unspecified GSS failure. Minor code may provide more information (, ) in the ssl_error_log. This is different code path than in the original issue and I think it's questionable. In this case, gss_accept_sec_context(...) returns GSS_S_FAILURE instead of GSS_S_CONTINUE_NEEDED. GSS_S_FAILURE is really an error and therefore the error message is showed. If you are able to reproduce it, could you do it it with "LogLevel Debug"? It should generate following message in error_log: "GSS-API major_status:%8.8x, minor_status:%8.8x", so I would see what's the particular error leading to the GSS_S_FAILURE being returned. Fully acknowledging that this might be completely different case. The Debug-level info (sanitized) is below: [debug] src/mod_auth_kerb.c(1944): [client 10.11.12.13] kerb_authenticate_user entered with user (NULL) and auth_type Kerberos, referer: https://... [debug] src/mod_auth_kerb.c(1279): [client 10.11.12.13] Acquiring creds for HTTP.com, referer: https://... [debug] src/mod_auth_kerb.c(1698): [client 10.11.12.13] Verifying client data using KRB5 GSS-API , referer: https://... [debug] src/mod_auth_kerb.c(1714): [client 10.11.12.13] Client didn't delegate us their credential, referer: https://... [debug] src/mod_auth_kerb.c(1733): [client 10.11.12.13] GSS-API token of length 9 bytes will be sent back, referer: https://... [debug] src/mod_auth_kerb.c(1139): [client 10.11.12.13] GSS-API major_status:000d0000, minor_status:000186a5, referer: https://... [error] [client 10.11.12.13] gss_accept_sec_context() failed: Unspecified GSS failure. Minor code may provide more information (, ), referer: https://... Closing. Closing. |