summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-03-20 05:35:25 -0400
committerJakub Hrozek <jhrozek@redhat.com>2015-03-20 12:13:16 +0100
commit2bb92b969abc805be95f58ab5aafe9cde09e2238 (patch)
tree4622161d2f76279863199095305c14136898c568 /src
parent131da4d9f40e0e407d7bcae18ff16507976bc6c7 (diff)
downloadsssd-2bb92b969abc805be95f58ab5aafe9cde09e2238.tar.gz
sssd-2bb92b969abc805be95f58ab5aafe9cde09e2238.tar.xz
sssd-2bb92b969abc805be95f58ab5aafe9cde09e2238.zip
KRB5: add debug hint
Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/providers/krb5/krb5_child.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c
index 8fb2e6b2f..4164e75c9 100644
--- a/src/providers/krb5/krb5_child.c
+++ b/src/providers/krb5/krb5_child.c
@@ -1895,7 +1895,8 @@ static krb5_error_code check_fast_ccache(TALLOC_CTX *mem_ctx,
if (tgtt.endtime < time(NULL)) {
DEBUG(SSSDBG_OP_FAILURE,
- "Valid FAST TGT not found after attempting to renew it\n");
+ "FAST TGT was renewed but is already expired, please check that "
+ "time is synchronized with server.\n");
kerr = ERR_CREDS_EXPIRED;
goto done;
}