add KRB5_NO_TKT_SUPPLIED, KRB5KRB_AP_WRONG_PRINC, KRB5KRB_AP_ERR_TKT_INVALID
authorJohn Kohl <jtkohl@mit.edu>
Fri, 9 Mar 1990 11:46:37 +0000 (11:46 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 9 Mar 1990 11:46:37 +0000 (11:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@385 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index 9da0d292b8d4402734603a2199e6b0dead15bba3..f94322c4b0f42667191cfa8c9db445a1d021580c 100644 (file)
@@ -169,4 +169,8 @@ error_code KRB5_CC_UNKNOWN_TYPE,    "Unknown credential cache type"
 error_code KRB5_CC_NOTFOUND,           "Matching credential not found"
 error_code KRB5_CC_END,                        "End of credential cache reached"
 
+error_code KRB5_NO_TKT_SUPPLIED,       "Request did not supply a ticket"
+
+error_code KRB5KRB_AP_WRONG_PRINC,             "Wrong principal in request"
+error_code KRB5KRB_AP_ERR_TKT_INVALID, "Ticket has invalid flag set"
 end