change messages for KRB5_CONFIG_CANTOPEN, KRB5_TRANS_CANTOPEN.
authorJohn Kohl <jtkohl@mit.edu>
Fri, 20 Apr 1990 15:09:36 +0000 (15:09 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 20 Apr 1990 15:09:36 +0000 (15:09 +0000)
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

src/lib/krb5/error_tables/krb5_err.et

index 4a5b4cc6e1e96f8be58b8b261a6917594970522d..c6fbaf590942fae92fa2e193d611ae1ffbcaeb38 100644 (file)
@@ -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