Skip Menu |
 

From: hartmans@mit.edu
Subject: SVN Commit

If the KDC receives unknown pre-authentication data then ignore it.
Do not get into a case where PREAUTH_FAILED is returned because of
unknown pre-authentication. The main AS loop will cause
PREAUTH_REQUIRED to be returned if the preauth_required flag is set
and no valid preauth is found.

https://github.com/krb5/krb5/commit/27901f6cce3588c9ac1aa6cadb6ee6147ca57a24
Commit By: hartmans
Revision: 22292
Changed Files:
U trunk/src/kdc/kdc_preauth.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r22292 from trunk

------------------------------------------------------------------------
r22292 | hartmans | 2009-04-29 20:38:48 -0400 (Wed, 29 Apr 2009) | 10 lines
Changed paths:
M /trunk/src/kdc/kdc_preauth.c

ticket: 6480
Subject: Do not return PREAUTH_FAILED on unknown preauth
Target_Version: 1.7
Tags: pullup

If the KDC receives unknown pre-authentication data then ignore it.
Do not get into a case where PREAUTH_FAILED is returned because of
unknown pre-authentication. The main AS loop will cause
PREAUTH_REQUIRED to be returned if the preauth_required flag is set
and no valid preauth is found.

https://github.com/krb5/krb5/commit/2c05402d97606e6683c3b8aa3c7d2b2cbe88526c
Commit By: tlyu
Revision: 22334
Changed Files:
U branches/krb5-1-7/src/kdc/kdc_preauth.c