diff --git a/lib/krb5/init_creds_pw.c b/lib/krb5/init_creds_pw.c index f74e67671..118ba3e50 100644 --- a/lib/krb5/init_creds_pw.c +++ b/lib/krb5/init_creds_pw.c @@ -1662,7 +1662,8 @@ check_fast(krb5_context context, struct fast_state *state) { if (state->flags & KRB5_FAST_EXPECTED) { krb5_set_error_message(context, KRB5KRB_AP_ERR_MODIFIED, - "Expected FAST not not found"); + "Expected FAST, but no FAST " + "was in the response from the KDC"); return KRB5KRB_AP_ERR_MODIFIED; } return 0;