summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-07-15 20:59:07 +0000
committerTheodore Tso <tytso@mit.edu>1994-07-15 20:59:07 +0000
commitcce46e49c0bba33092e64812fd062de36055fd25 (patch)
tree076fabcb9508319d75e279ba4ddd9eb958047be2 /src
parentf4076d4508fce258cdc4461a195e5204853b2bb0 (diff)
downloadkrb5-cce46e49c0bba33092e64812fd062de36055fd25.tar.gz
krb5-cce46e49c0bba33092e64812fd062de36055fd25.tar.xz
krb5-cce46e49c0bba33092e64812fd062de36055fd25.zip
Updated protocol error messages to be in line with latest official
assigned number document. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3982 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index 0821c8d14..7f08c8541 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -53,10 +53,10 @@ error_code KRB5KDC_ERR_TGT_REVOKED, "TGT has been revoked"
error_code KRB5KDC_ERR_CLIENT_NOTYET, "Client not yet valid - try again later"
error_code KRB5KDC_ERR_SERVICE_NOTYET, "Server not yet valid - try again later"
error_code KRB5KDC_ERR_KEY_EXP, "Password has expired"
-error_code KRB5KDC_PREAUTH_FAILED, "Preauthentication failed"
+error_code KRB5KDC_ERR_PREAUTH_FAILED, "Preauthentication failed"
# ^^ 24
-error_code KRB5PLACEHOLD_25, "KRB5 error code 25"
-error_code KRB5PLACEHOLD_26, "KRB5 error code 26"
+error_code KRB5KDC_ERR_PREAUTH_REQUIRED,"Additional pre-authentication required"
+error_code KRB5KDC_ERR_SERVER_NOMATCH, "Requested server and ticket don't match"
error_code KRB5PLACEHOLD_27, "KRB5 error code 27"
error_code KRB5PLACEHOLD_28, "KRB5 error code 28"
error_code KRB5PLACEHOLD_29, "KRB5 error code 29"