summaryrefslogtreecommitdiffstats
path: root/install/html/unauthorized.html
blob: 44a3e92de71dbc51d58503d5f6c949f4e217ff1d (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
<!DOCTYPE html>
<html>
<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>