2011-01-20 15:39:59 -05:00
|
|
|
<!DOCTYPE html>
|
2007-09-24 15:20:34 -04:00
|
|
|
<html>
|
2011-01-20 15:39:59 -05:00
|
|
|
<head>
|
2011-08-16 13:58:19 -05:00
|
|
|
<meta charset="utf-8">
|
2011-01-20 15:39:59 -05:00
|
|
|
<title>IPA: Identity Policy Audit</title>
|
2013-08-29 15:19:02 +02:00
|
|
|
<script type="text/javascript" src="../ui/js/libs/loader.js"></script>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
(function() {
|
|
|
|
|
var styles = [
|
|
|
|
|
'../ui/ipa.css',
|
|
|
|
|
'ipa_error.css'
|
|
|
|
|
];
|
|
|
|
|
ipa_loader.styles(styles);
|
|
|
|
|
})();
|
|
|
|
|
</script>
|
2011-01-20 15:39:59 -05:00
|
|
|
</head>
|
|
|
|
|
|
2011-10-11 09:42:35 +02:00
|
|
|
<body class="info-page">
|
2011-01-25 14:44:42 -05:00
|
|
|
|
2011-08-16 13:58:19 -05:00
|
|
|
<div class="container_1">
|
|
|
|
|
|
|
|
|
|
<div class="header-logo">
|
2011-10-26 16:06:17 -05:00
|
|
|
<img src="../ui/images/ipa-logo.png" /><img src="../ui/images/ipa-banner.png" />
|
2011-01-20 15:39:59 -05:00
|
|
|
</div>
|
2011-08-16 13:58:19 -05:00
|
|
|
|
|
|
|
|
<div class="textblockkrb">
|
|
|
|
|
<h1>Unable to verify your Kerberos credentials</h1>
|
|
|
|
|
<p>
|
2012-10-01 17:36:42 +02:00
|
|
|
Please make sure that you have valid Kerberos tickets (obtainable via <strong>kinit</strong>),
|
2011-08-16 13:58:19 -05:00
|
|
|
and that you have configured your browser correctly.
|
|
|
|
|
</p>
|
|
|
|
|
|
2012-10-01 17:36:42 +02:00
|
|
|
<h2> Browser configuration</h2>
|
2011-08-16 13:58:19 -05:00
|
|
|
|
2012-10-01 17:36:42 +02:00
|
|
|
<div id="first-time">
|
|
|
|
|
<p>
|
|
|
|
|
If this is your first time, please <strong>configure your browser</strong>.
|
|
|
|
|
Use <a href="browserconfig.html">Firefox configuration page</a> for Firefox
|
|
|
|
|
or <a href="ssbrowser.html">manual configuration page</a> for other browsers.
|
|
|
|
|
</p>
|
2011-08-16 13:58:19 -05:00
|
|
|
</div>
|
2011-01-25 14:44:42 -05:00
|
|
|
</div>
|
|
|
|
|
|
2011-08-16 13:58:19 -05:00
|
|
|
</div>
|
2011-01-20 15:39:59 -05:00
|
|
|
|
2007-09-24 15:20:34 -04:00
|
|
|
</body>
|
2011-01-20 15:39:59 -05:00
|
|
|
|
2007-09-24 15:20:34 -04:00
|
|
|
</html>
|