summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-20 15:09:36 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-20 15:09:36 +0000
commit17c862df6defdfd8d6d14c83310328c20382b98f (patch)
treec00a1a7c7b10a3d9aeb9f09e31311f6321e8aaa4 /src
parent7687232509eee699e9ed813405c555ca538d6a4a (diff)
downloadkrb5-17c862df6defdfd8d6d14c83310328c20382b98f.tar.gz
krb5-17c862df6defdfd8d6d14c83310328c20382b98f.tar.xz
krb5-17c862df6defdfd8d6d14c83310328c20382b98f.zip
change messages for KRB5_CONFIG_CANTOPEN, KRB5_TRANS_CANTOPEN.
add KRB5_LNAME_CANTOPEN, KRB5_LNAME_NOTRANS, KRB5_LNAME_BADFORMAT git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@546 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index 4a5b4cc6e..c6fbaf590 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -158,7 +158,7 @@ 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_CANTOPEN, "Can't open/find configuration file"
error_code KRB5_CONFIG_BADFORMAT, "Improper format of configuration file"
error_code KRB5_CONFIG_NOTENUFSPACE, "Insufficient space to return complete information"
@@ -204,7 +204,11 @@ error_code KRB5_RC_IO_IO, "I/O error in replay cache i/o code"
error_code KRB5_RC_IO_UNKNOWN, "Generic unknown RC/IO error"
error_code KRB5_RC_IO_SPACE, "Insufficient system space to store replay information"
-error_code KRB5_TRANS_CANTOPEN, "Can't find realm translation file"
+error_code KRB5_TRANS_CANTOPEN, "Can't open/find realm translation file"
error_code KRB5_TRANS_BADFORMAT, "Improper format of realm translation file"
+error_code KRB5_LNAME_CANTOPEN, "Can't open/find lname translation database"
+error_code KRB5_LNAME_NOTRANS, "No translation available for requested principal"
+error_code KRB5_LNAME_BADFORMAT, "Improper format of translation database entry"
+
end