From 90baf597ddfb6c435dc5e78d6917a28736abb8cf Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 5 Nov 2010 19:48:42 -0400 Subject: Ticket Expiration THis patch handles Kerberos ticket expiration in the UI. Additionally it removes the mod_atuh_kerb authorization for elements in the static directory, cutting down on the number of round trips required for initializing the web app Conflicts: install/static/ipa.js --- ipalib/plugins/internal.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index e950796b5..bf477b74b 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -58,7 +58,14 @@ class json_metadata(Command): "mailing":_("Mailing Address"), "employee":_(" Employee Information"), "misc":_("Misc. Information"), - "to_top":_("Back to Top")} + "to_top":_("Back to Top")}, + "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"+ + " "+ + "Follow these directions to configure your browser.") + } } takes_args = ( -- cgit