diff --git a/install/html/unauthorized.html b/install/html/unauthorized.html
index 8c57ce822..c8386f1a5 100644
--- a/install/html/unauthorized.html
+++ b/install/html/unauthorized.html
@@ -5,11 +5,46 @@
IPA: Identity Policy Audit
@@ -26,6 +61,8 @@
+
+
Unable to verify your Kerberos credentials
@@ -39,6 +76,8 @@
If this is your first time, please configure your browser .
+
+
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index e5c8f720a..d3574b5ee 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -998,6 +998,23 @@ class i18n_messages(Command):
"trust": _("Trusts"),
},
"true": _("True"),
+ "unauthorized-page": _(
+ "Unable to verify your Kerberos credentials \n"
+ "\n"
+ " Please make sure that you have valid Kerberos "
+ "tickets (obtainable via kinit ), and that you"
+ " have configured your browser correctly.\n"
+ "
\n"
+ "\n"
+ "Browser configuration \n"
+ "\n"
+ "\n"
+ ),
"widget": {
"api_browser": _("API Browser"),
"first": _("First"),