Don't use "ccache" in error string printed to user
authorAlexandra Ellwood <lxs@mit.edu>
Wed, 9 Jul 2008 21:16:01 +0000 (21:16 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Wed, 9 Jul 2008 21:16:01 +0000 (21:16 +0000)
ccache is a confusing abbreviation of credentials cache

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20505 dc483132-0cff-0310-8789-dd5450dbe970

src/kim/lib/kim_error_code.et

index c9f0330e34899df28f700ee7ad72b074c0bff8bc..f46ad21be4488761ddbed59ade4dbb41528b8c56 100644 (file)
@@ -61,7 +61,7 @@ error_code KIM_BAD_IDENTITY_INDEX_ECODE,            "No identity at index %d in
 index 125
 # Cache Collection Errors
 error_code KIM_NO_SUCH_PRINCIPAL_ECODE,             "Principal '%s' does not exist in the cache collection"
-error_code KIM_CANT_BECOME_DEFAULT_ECODE,           "The credentials cache '%s' cannot become the system default ccache."
+error_code KIM_CANT_BECOME_DEFAULT_ECODE,           "The credentials cache '%s' cannot become the system default cache."
 error_code KIM_CREDENTIALS_EXPIRED_ECODE,           "The Kerberos credentials for '%s' have expired"
 error_code KIM_NO_CREDENTIALS_ECODE,                "You do not have Kerberos credentials for principal '%s'"
 error_code KIM_BAD_IP_ADDRESS_ECODE,                "The IP addresses in the Kerberos credentials for '%s' do not match any of your computer's IP addresses"