Branch: refs/heads/main
Home: https://github.com/gssapi/gssproxy
Commit: d0a066023b48c116b3c2dcf5a14d7f24a0c185e2
https://github.com/gssapi/gssproxy/commit/d0a066023b48c116b3c2dcf5a14d7f24a…
Author: yixiangzhike <yixiangzhike007(a)163.com>
Date: 2026-02-23 (Mon, 23 Feb 2026)
Changed paths:
M src/gp_creds.c
Log Message:
-----------
Try to obtain new cred if the cred from rpc.gssd or other apps is defective.
Rpc.gssd or other applications may use the cache configured with default_ccache_name(krb5. conf). If the cache file of gssproxy (cred_store=ccache: FILE: xxxxxx) is deleted, the gssproxy service returns an empty credential when processing a GSSX_ARG-ACQUIRE_CRED request, unless the user clears the default_ccache_name cache. However, users may not even be aware of the existence of the default_ccache_name cache. In this situation, it may be better for gssproxy to try to obtain new credentials.
Signed-off-by: yixiangzhike <yixiangzhike007(a)163.com>
To unsubscribe from these emails, change your notification settings at https://github.com/gssapi/gssproxy/settings/notifications