summaryrefslogtreecommitdiffstats
path: root/install/html/unauthorized.html
diff options
context:
space:
mode:
authorKyle Baker <kybaker@redhat.com>2011-01-20 15:39:59 -0500
committerAdam Young <ayoung@redhat.com>2011-01-25 16:46:59 -0500
commit02803be1ba39e7c9e642f9a45889d196ff3598dc (patch)
tree75d752ec1f7089c7acde81c31f5c301b64dcc5c0 /install/html/unauthorized.html
parent24a582304f3251e9804fbfad1e8a7b8b16adbefd (diff)
downloadfreeipa-02803be1ba39e7c9e642f9a45889d196ff3598dc.tar.gz
freeipa-02803be1ba39e7c9e642f9a45889d196ff3598dc.tar.xz
freeipa-02803be1ba39e7c9e642f9a45889d196ff3598dc.zip
Main UI, migration, and html Style updates
Diffstat (limited to 'install/html/unauthorized.html')
-rw-r--r--install/html/unauthorized.html63
1 files changed, 38 insertions, 25 deletions
diff --git a/install/html/unauthorized.html b/install/html/unauthorized.html
index 64a891c16..44a3e92de 100644
--- a/install/html/unauthorized.html
+++ b/install/html/unauthorized.html
@@ -1,28 +1,41 @@
+<!DOCTYPE html>
<html>
-<title>Kerberos Authentication Failed</title>
-<body>
-<h2>Kerberos Authentication Failed</h2>
-<p>
-Unable to verify your Kerberos credentials. Please make sure
-that you have valid Kerberos tickets (obtainable via kinit), and that you
-have <a href="/ipa/errors/ssbrowser.html">configured your
-browser correctly</a>. If you are still unable to access
-the IPA Web interface, please contact the helpdesk on for additional assistance.
-</p>
-<p>
-Import the <a href="/ipa/errors/ca.crt">IPA Certificate Authority</a>.
-</p>
-<p>
-<script type="text/javascript">
- if (navigator.userAgent.indexOf("Firefox") != -1 ||
- navigator.userAgent.indexOf("SeaMonkey") != -1)
- {
- document.write("<p>You can automatically configure your browser to work with Kerberos by importing the Certificate Authority above and clicking on the Configure Browser button.</p>");
- document.write("<p>You <strong>must</strong> reload this page after importing the Certificate Authority for the automatic settings to work</p>");
- document.write("<object data=\"jar:/ipa/errors/configure.jar!/preferences.html\" type=\"text/html\"><\/object");
- }
-</script>
-</p>
-</ul>
+<head>
+<meta charset="utf-8">
+ <title>IPA: Identity Policy Audit</title>
+
+ <script type="text/javascript" src="develop.js"></script>
+ <script type="text/javascript" src="webui.js"></script>
+
+ <link rel="stylesheet" type="text/css" href="jquery-ui.css" />
+ <link rel="stylesheet" type="text/css" href="ipa_error.css" />
+</head>
+
+<body id="header-bg">
+
+ <div class="container_1">
+ <div class="header-logo">
+ <img src="ipalogo.png" />
+ </div>
+ <div class="textblockkrb">
+ <h3>Kerberos Authentication Failed</h3>
+ <p><strong>Unable to verify your Kerberos credentials.</strong> Please make sure that you have valid Kerberos tickets (obtainable via kinit), and that you
+ <br>
+have <a href="/ipa/errors/ssbrowser.html">configured your browser correctly</a>. If you are still unable to access the IPA Web interface, please
+ contact the helpdesk on for additional assistance. </p>
+
+ <p>Import the <a href="/ipa/errors/ca.crt">IPA Certificate Authority</a>. </p>
+
+ <p>You can automatically configure your browser to work with Kerberos by importing the Certificate Authority<br>
+ above and clicking on the Configure Browser button. </p>
+
+ <p><strong>Reload this page after importing the Certificate Authority</strong></p>
+
+ </div>
+
+ </div>
+
</body>
+
</html>
+