summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;
}