mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user