From: John Kohl Date: Mon, 22 Jan 1990 13:35:40 +0000 (+0000) Subject: add config file errors X-Git-Tag: krb5-1.0-alpha2~1218 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f2b9e68723b35577d0fb089e6472a907532ac18;p=krb5.git add config file errors git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@165 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et index 6203da660..9aa0524a6 100644 --- a/src/lib/krb5/error_tables/krb5_err.et +++ b/src/lib/krb5/error_tables/krb5_err.et @@ -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