summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
diff options
context:
space:
mode:
authorPetr Cech <pcech@redhat.com>2015-12-09 08:13:59 -0500
committerJakub Hrozek <jhrozek@redhat.com>2015-12-14 13:46:20 +0100
commite131fef2d3f40bce5af85613690df8aa15f90fde (patch)
treececd462d75bc1e229a5adcb5a723849c8349539d /src/providers/krb5
parent291a6c8af9759e41cec6f332cb72606ca90768c3 (diff)
downloadsssd-e131fef2d3f40bce5af85613690df8aa15f90fde.tar.gz
sssd-e131fef2d3f40bce5af85613690df8aa15f90fde.tar.xz
sssd-e131fef2d3f40bce5af85613690df8aa15f90fde.zip
KRB5_CHILD: Debug logs for PAC timeout
This patch adds debug message that inform user when KRB5_CHILD calls PAC responder. This action might take a bit of time in case the cache is not populated or up to date. Resolves: https://fedorahosted.org/sssd/ticket/2846 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/providers/krb5')
-rw-r--r--src/providers/krb5/krb5_child.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c
index b39269ee8..c8b8a0053 100644
--- a/src/providers/krb5/krb5_child.c
+++ b/src/providers/krb5/krb5_child.c
@@ -193,6 +193,9 @@ static errno_t sss_send_pac(krb5_authdata **pac_authdata)
ret, errnop);
return EIO;
}
+ DEBUG(SSSDBG_TRACE_FUNC,
+ "PAC responder contacted. It might take a bit of time in case the "
+ "cache is not up to date.\n");
return EOK;
}