From f4076d4508fce258cdc4461a195e5204853b2bb0 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 15 Jul 1994 20:58:16 +0000 Subject: Updated protocol constants in line with latest official assigned numbers git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3981 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/errors.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/include/krb5/errors.h') diff --git a/src/include/krb5/errors.h b/src/include/krb5/errors.h index 9ea34e77b4..04c531b226 100644 --- a/src/include/krb5/errors.h +++ b/src/include/krb5/errors.h @@ -60,8 +60,10 @@ #define KDC_ERR_CLIENT_NOTYET 21 /* C not yet valid */ #define KDC_ERR_SERVICE_NOTYET 22 /* S not yet valid */ #define KDC_ERR_KEY_EXP 23 /* Password has expired */ -#define KDC_PREAUTH_FAILED 24 /* Preauthentication failed */ -#define KDC_SERVER_NOMATCH 25 /* Requested server and */ +#define KDC_ERR_PREAUTH_FAILED 24 /* Preauthentication failed */ +#define KDC_ERR_PREAUTH_REQUIRED 25 /* Additional preauthentication */ + /* required */ +#define KDC_ERR_SERVER_NOMATCH 26 /* Requested server and */ /* ticket don't match*/ /* Application errors */ #define KRB_AP_ERR_BAD_INTEGRITY 31 /* Decrypt integrity check failed */ -- cgit