KRB5KDC_ERR_PREAUTH_FAILED is also a password failed.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20278 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -657,6 +657,7 @@ get_new_tickets(krb5_context context,
|
|||||||
exit(1);
|
exit(1);
|
||||||
case KRB5KRB_AP_ERR_BAD_INTEGRITY:
|
case KRB5KRB_AP_ERR_BAD_INTEGRITY:
|
||||||
case KRB5KRB_AP_ERR_MODIFIED:
|
case KRB5KRB_AP_ERR_MODIFIED:
|
||||||
|
case KRB5KDC_ERR_PREAUTH_FAILED:
|
||||||
krb5_errx(context, 1, "Password incorrect");
|
krb5_errx(context, 1, "Password incorrect");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user