Make the KRB5_CONFIG_CANTOPEN and
authorTheodore Tso <tytso@mit.edu>
Thu, 7 Nov 1996 18:37:35 +0000 (18:37 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 7 Nov 1996 18:37:35 +0000 (18:37 +0000)
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
src/lib/krb5/error_tables/krb5_err.et

index acc605780ed4b41b1ed116b78fea285edea556fa..0b60e42c59dc3ec9dd26f7d227373a7c7f324948 100644 (file)
@@ -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,
index f583dd7fb6cd0d706a489ccc901f3916af36160e..06af95541605556527983708d8a86a9eab3f5c4f 100644 (file)
@@ -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"