summaryrefslogtreecommitdiffstats
path: root/install/html/unauthorized.html
blob: b7111d1d38f2dd902e6617444ec0f1e502fb9602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
    <title>IPA: Identity Policy Audit</title>

    <script type="text/javascript" src="../ui/jquery.js"></script>

    <link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
    <link rel="stylesheet" type="text/css" href="ipa_error.css" />

 <script type="text/javascript">
   $(document).ready(function() {
   $("#import-cert-auth-link").click(function(){
   $("#first-time").css("display","none");
   $("#next-link").css("display","block");
   return true;
   });

   });

 </script>
</head>

<body id="header-bg">

  <div class="container_1">
    <div class="header-logo">
            <img src="../ui/ipalogo.png" />
        </div>
       <div class="textblockkrb">
        <h1>Unable to verify your Kerberos credentials.</h1><p> Please make sure that you have valid Kerberos tickets (obtainable via <b>kinit</b>), and that you have configured your browser correctly. </p>
          <b>If this is your first time</b>
          <div id="first-time">
          <ul>
            <li><a id="import-cert-auth-link" href="/ipa/errors/ca.crt"  >Click here to Import the IPA Certificate Authority</a>. </li>
            <li>Make sure you select <b>all three</b> checkboxes </li>
            <li>Click the <b>OK</b> Button</li>
          </ul>
          </div>
          <div id="next-link" style="display:none;">
          . <p> <a href="browserconfig.html"> Next Step:</a></p>
          </div>
        </div>

   </div>

</body>

</html>