From 5bf97f303369ceb0905a47384721ad581b57b5fb Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Wed, 9 Jul 2008 21:16:01 +0000 Subject: [PATCH] Don't use "ccache" in error string printed to user 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kim/lib/kim_error_code.et b/src/kim/lib/kim_error_code.et index c9f0330e3..f46ad21be 100644 --- a/src/kim/lib/kim_error_code.et +++ b/src/kim/lib/kim_error_code.et @@ -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" -- 2.26.2