| Summary: | Add debug statements for gss_krb5_copy_ccache | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Miguel Sanders <miguelsanders> | ||||
| Component: | Kerberos support | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | NEW --- | ||||||
| Severity: | enhancement | ||||||
| Priority: | P5 | ||||||
| Version: | 6.1p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
Created attachment 2229 [details] Patch Hi guys While debugging a issue in which GSS credentials are not properly extracted in a ccache on the OpenSSH server, I found out that there aren't any debug statements as of why the gss_krb5_copy_ccache() call fails (GSS error / mechanism error) The attached patch provides debug statements to capture both the GSS error as well as the mechanism error.