From ca9e547858c8771148070ad68de75e0eee2a14fc Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 8 Dec 2014 12:15:03 -0500 Subject: Log why acquiring credentials failed. This will help understanding why gss-proxy interposed programs are failing. Signed-off-by: Simo Sorce --- proxy/src/gp_creds.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proxy/src/gp_creds.c') diff --git a/proxy/src/gp_creds.c b/proxy/src/gp_creds.c index 1ac1fac..6fecf79 100644 --- a/proxy/src/gp_creds.c +++ b/proxy/src/gp_creds.c @@ -536,6 +536,8 @@ uint32_t gp_add_krb5_creds(uint32_t *min, done: if (ret_maj) { + gp_log_status(&gp_mech_krb5, ret_maj, ret_min); + if (*output_cred_handle) { gss_release_cred(&discard, output_cred_handle); } -- cgit