From 17c862df6defdfd8d6d14c83310328c20382b98f Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 20 Apr 1990 15:09:36 +0000 Subject: [PATCH] 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 --- src/lib/krb5/error_tables/krb5_err.et | 8 ++++++-- 1 file 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 -- 2.26.2