summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/errors.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/krb5/errors.h b/src/include/krb5/errors.h
index 1f8bd07f6..ad9834dd7 100644
--- a/src/include/krb5/errors.h
+++ b/src/include/krb5/errors.h
@@ -60,7 +60,9 @@
#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 */
+ /* ticket don't match*/
/* Application errors */
#define KRB_AP_ERR_BAD_INTEGRITY 31 /* Decrypt integrity check failed */
#define KRB_AP_ERR_TKT_EXPIRED 32 /* Ticket expired */