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
This commit is contained in:
Adam Young
2010-11-05 19:48:42 -04:00
parent 29c9c70d46
commit 90baf597dd
3 changed files with 29 additions and 13 deletions

View File

@@ -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"+
"<a href='/ipa/errors/ssbrowser.html'> "+
"Follow these directions</a> to configure your browser.")
}
}
takes_args = (