From: Theodore Tso Date: Thu, 7 Nov 1996 18:37:35 +0000 (+0000) Subject: Make the KRB5_CONFIG_CANTOPEN and X-Git-Tag: krb5-1.0-freeze1~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c005fb4f6abd24803f8be630e8b92131427d059a;p=thirdparty%2Fkrb5.git 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 --- diff --git a/src/lib/krb5/error_tables/ChangeLog b/src/lib/krb5/error_tables/ChangeLog index acc605780e..0b60e42c59 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 f583dd7fb6..06af955416 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"