summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-22 13:35:40 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-22 13:35:40 +0000
commit9f2b9e68723b35577d0fb089e6472a907532ac18 (patch)
treef471008c90ce1b73f247a23b051e3e40f688f02a
parent2cfa3722090c0290284aaef91bdc1963b6aa779a (diff)
downloadkrb5-9f2b9e68723b35577d0fb089e6472a907532ac18.tar.gz
krb5-9f2b9e68723b35577d0fb089e6472a907532ac18.tar.xz
krb5-9f2b9e68723b35577d0fb089e6472a907532ac18.zip
add config file errors
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@165 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et4
1 files changed, 4 insertions, 0 deletions
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