| Summary: | KRB5CCNAME set incorrectly in GSSAPI code | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Steven Michaud <smichaud> | ||||||
| Component: | Kerberos support | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||
| Status: | CLOSED DUPLICATE | ||||||||
| Severity: | normal | ||||||||
| Priority: | P2 | ||||||||
| Version: | -current | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Attachments: |
|
||||||||
|
Description
Steven Michaud
2003-10-31 07:22:45 AEDT
Created attachment 490 [details]
Fix to set KRB5CCNAME correctly in GSSAPI code
Created attachment 491 [details]
Another patch to set KRB5CCNAME correctly in GSSAPI code
Oops, my first fix wasn't general enough. Here's a better one.
I think this patch is probably over complex. In both the Heimdal and MIT cases we constrain ourselves to FILE: credential caches (the call to the Heimdal variant with &krb5_fcc_ops, and the 'FILE:' prefix to the MIT code). Under Unix, MIT Kerberos defaults to using 'FILE' when no credential cache type is given and Heimdal always defaults to using 'FILE'. For correctness, we should probably prefix the cache with 'FILE'. Bug cleanup: this appears to be a dupe of #698. *** This bug has been marked as a duplicate of 698 *** Mass change of RESOLVED bugs to CLOSED |