From c005fb4f6abd24803f8be630e8b92131427d059a Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 7 Nov 1996 18:37:35 +0000 Subject: [PATCH] Make the KRB5_CONFIG_CANTOPEN and KRB5_CONFIG_BADFORMAT error messages more clear that the problem is with the _Kerberos_ configuration file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9327 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/error_tables/ChangeLog | 6 ++++++ src/lib/krb5/error_tables/krb5_err.et | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/lib/krb5/error_tables/ChangeLog b/src/lib/krb5/error_tables/ChangeLog index acc605780..0b60e42c5 100644 --- a/src/lib/krb5/error_tables/ChangeLog +++ b/src/lib/krb5/error_tables/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 6 11:15:32 1996 Theodore Ts'o + + * krb5_err.et: Make the KRB5_CONFIG_CANTOPEN and + KRB5_CONFIG_BADFORMAT error messages more clear that the + problem is with the _Kerberos_ configuration file. + Fri Oct 18 17:49:51 1996 Theodore Y. Ts'o * kv5m_err.et: Add magic code for GSSAPI OID and GSSAPI QUEUE, diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et index f583dd7fb..06af95541 100644 --- a/src/lib/krb5/error_tables/krb5_err.et +++ b/src/lib/krb5/error_tables/krb5_err.et @@ -170,8 +170,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 open/find configuration file" -error_code KRB5_CONFIG_BADFORMAT, "Improper format of configuration file" +error_code KRB5_CONFIG_CANTOPEN, "Can't open/find Kerberos configuration file" +error_code KRB5_CONFIG_BADFORMAT, "Improper format of Kerberos configuration file" error_code KRB5_CONFIG_NOTENUFSPACE, "Insufficient space to return complete information" error_code KRB5_BADMSGTYPE, "Invalid message type specified for encoding" -- 2.26.2