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: 597 Work around Linux session keyring write behavior If the session keyring matches the user session keyring, write explicitly to the user session keyring. Otherwise the kernel might create a new session keyring for the process, making the resulting cache collection invisible to other processes. https://github.com/krb5/krb5/commit/0642afa544b00054048775d0b9796923bf018e22 Author: Greg Hudson Commit: 0642afa544b00054048775d0b9796923bf018e22 Branch: master src/lib/krb5/ccache/cc_keyring.c | 28 ++++++++++++++++++++++++---- 1 files changed, 24 insertions(+), 4 deletions(-)