Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 681 Improve kinit output credential cache selection If kinit chooses a client principal based on anything other than the current default ccache's principal name, apply collection rules if possible. When applying collection rules, if we don't find an existing cache for the client principal, use the default cache if it is uninitialized, instead of creating a new one. https://github.com/krb5/krb5/commit/d7b94742daae85329067b126d0a4bc5b2ea7e4a0 Author: Greg Hudson Commit: d7b94742daae85329067b126d0a4bc5b2ea7e4a0 Branch: master src/clients/kinit/kinit.c | 235 +++++++++++++++++++++++++-------------------- 1 files changed, 131 insertions(+), 104 deletions(-)