Add leash column for the ccache name Previously, it was fairly easy to set the default cache to MSLSA:, which is not collection-enabled (as opposed to the normal default of API:, which is), and the non-collection behavior proved confusing to many users. Ideally there would be an option to choose the output ccache in the "Get Ticket" window, but that is more complicated to implement than just a display of what cache a given ticket is in. This extra display column should still help to alleviate user confusion. https://github.com/krb5/krb5/commit/b26d25e97cf3c53ef896092c71948011ceac645d Author: Ben Kaduk Commit: b26d25e97cf3c53ef896092c71948011ceac645d Branch: master src/windows/leash/Leash.rc | 2 ++ src/windows/leash/LeashUICommandHandler.cpp | 5 +++++ src/windows/leash/LeashView.cpp | 25 ++++++++++++++++++++++--- src/windows/leash/LeashView.h | 6 +++++- src/windows/leash/kfwribbon.xml | 4 ++++ src/windows/leash/resource.h | 1 + 6 files changed, 39 insertions(+), 4 deletions(-)