add config file errors
authorJohn Kohl <jtkohl@mit.edu>
Mon, 22 Jan 1990 13:35:40 +0000 (13:35 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 22 Jan 1990 13:35:40 +0000 (13:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@165 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index 6203da660853a66197b2c12dc17272a828454412..9aa0524a689f6dd5c5f4b12c7161ac65c2771026 100644 (file)
@@ -157,4 +157,8 @@ error_code KRB5_LIBOS_PWDINTR,              "Password read interrupted"
 
 error_code KRB5_PARSE_ILLCHAR,         "Illegal character in component name"
 error_code KRB5_PARSE_MALFORMED,       "Malformed representation of principal"
+
+error_code KRB5_CONFIG_CANTOPEN,       "Can't find configuration file"
+error_code KRB5_CONFIG_BADFORMAT,      "Improper format of configuration file"
+error_code KRB5_CONFIG_NOTENUFSPACE,   "Insufficient space to return complete information"
 end