[krbdev.mit.edu #8997] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8997 > Fix KCM retrieval support for sssd Commit 795ebba8c039be172ab93cd41105c73ffdba0fdb added a retrieval handler using KCM_OP_RETRIEVE, falling back on the same error codes as the previous KCM_OP_GET_CRED_LIST support. But sssd (as of 2.4) returns KRB5_CC_NOSUPP instead of KRB5_CC_IO if it recognizes an opcode but does not implement it. Add a helper function to recognize all known unsupported-opcode error codes, and use it in kcm_retrieve() and kcm_start_seq_get(). https://github.com/krb5/krb5/commit/da103e36e13f3c846bcddbe38dd518a21e5260a0 Author: Greg Hudson <[email protected]> Commit: da103e36e13f3c846bcddbe38dd518a21e5260a0 Branch: master src/lib/krb5/ccache/cc_kcm.c | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-)