Bug 2080

Summary: Add debug statements for gss_krb5_copy_ccache
Product: Portable OpenSSH Reporter: Miguel Sanders <miguelsanders>
Component: Kerberos supportAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: enhancement    
Priority: P5    
Version: 6.1p1   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Miguel Sanders 2013-03-20 00:22:00 AEDT
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.