summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-11-07 18:37:35 +0000
committerTheodore Tso <tytso@mit.edu>1996-11-07 18:37:35 +0000
commitc005fb4f6abd24803f8be630e8b92131427d059a (patch)
treea50ec751faebf082e05b34cbf92cc10702fa43b6 /src
parent317227fb1b1a3899b0ea60278147435a1a4c6efd (diff)
downloadkrb5-c005fb4f6abd24803f8be630e8b92131427d059a.tar.gz
krb5-c005fb4f6abd24803f8be630e8b92131427d059a.tar.xz
krb5-c005fb4f6abd24803f8be630e8b92131427d059a.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/error_tables/ChangeLog6
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et4
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 <tytso@rsts-11.mit.edu>
+
+ * 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 <tytso@mit.edu>
* 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"