summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-02-18 13:34:56 -0600
committerEndi S. Dewata <edewata@redhat.com>2011-02-21 15:53:00 -0500
commit88870b1abedb22c3a1d77928c35ed1b1ab87f79e (patch)
tree697b17b348e7d2d1b468816386fd64822206830f /ipalib/plugins/internal.py
parent6ff85906998a43c0ece575b07b9ef6788c59d39d (diff)
downloadfreeipa-88870b1abedb22c3a1d77928c35ed1b1ab87f79e.tar.gz
freeipa-88870b1abedb22c3a1d77928c35ed1b1ab87f79e.tar.xz
freeipa-88870b1abedb22c3a1d77928c35ed1b1ab87f79e.zip
Fixed error message for invalid Kerberos ticket.
https://fedorahosted.org/freeipa/ticket/490
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index e8b34a09b..89330bab0 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -1,6 +1,7 @@
# Authors:
# Pavel Zuna <pzuna@redhat.com>
-# Adam YOung <ayoung@redhat.com>
+# Adam Young <ayoung@redhat.com>
+# Endi S. Dewata <edewata@redhat.com>
#
# Copyright (c) 2010 Red Hat
# See file 'copying' for use and warranty information
@@ -373,11 +374,11 @@ class i18n_messages(Command):
"validation_error":_("Text does not match field pattern"),
},
"ajax":{
- "401":_("Your kerberos ticket no longer valid."+
- "Please run KInit and then click 'retry'"+
- "If this is your first time running the IPA Web UI"+
- "<a href='/ipa/errors/ssbrowser.html'> "+
- "Follow these directions</a> to configure your browser.")
+ "401":_("Your kerberos ticket is no longer valid. "+
+ "Please run kinit and then click 'retry'. "+
+ "If this is your first time running the IPA Web UI "+
+ "<a href='/ipa/config/unauthorized.html'>"+
+ "follow these directions</a> to configure your browser.")
},
"dirty":_("This page has unsaved changes. Please save or revert."),
}