| Summary: | GSSAPIDelegateCredentials fails silently when given non-forwardable tickets | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Adam Megacz <megacz> |
| Component: | Kerberos support | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | NEW --- | ||
| Severity: | normal | CC: | djm |
| Priority: | P2 | ||
| Version: | 5.2p1 | ||
| Hardware: | Other | ||
| OS: | All | ||
|
Description
Adam Megacz
2009-07-10 10:21:24 AEST
I don't think that there is any error here. Non-forwardable tickets are not an error condition and neither is using GSSAPIDeletegateCredentials with no forwardable tickets. Also, it doesn't look like the GSSAPI provides an easy way for us to identify this case (but I am no expert on it). I don't think they're an error condition in general, unless the user has explicitly asked them to be forwarded with "-oGSSApiDelegateCredentials=on". In that case openssh ought to inform the user that it was unable to carry out her explicit request. |