]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix ccache config entry updating 1442/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 7 Jul 2025 22:09:17 +0000 (18:09 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 16 Jul 2025 20:24:08 +0000 (16:24 -0400)
commitfe04743b2b5cae3ed45fb1212a1bed484203d3be
treed85701804aedd214f7d74bb1c9df899d4ef71d67
parenta656a739721868d6b271c73a0e2785de687c3bc5
Fix ccache config entry updating

krb5_cc_set_config() originally tried to allow overwriting of existing
config keys, but after commit c0a51fe0c8051e27c6cee4f4f0c705356a715e1e
and 7783054742ddd807f7b2f7157d6ed81b7fb614eb it no longer calls
remove_cred.  Add a call back in, as we rely on config entry updating
for refresh_time in the GSS library.

ticket: 9178
src/lib/krb5/ccache/ccfns.c