2011-01-20 14:39:59 -06:00
|
|
|
<!DOCTYPE html>
|
2007-09-24 14:20:34 -05:00
|
|
|
<html>
|
2011-01-20 14:39:59 -06:00
|
|
|
<head>
|
2011-08-16 13:58:19 -05:00
|
|
|
<meta charset="utf-8">
|
2011-01-20 14:39:59 -06:00
|
|
|
<title>IPA: Identity Policy Audit</title>
|
2013-08-29 08:19:02 -05:00
|
|
|
<script type="text/javascript" src="../ui/js/libs/loader.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
(function() {
|
|
|
|
var styles = [
|
2014-03-31 07:03:28 -05:00
|
|
|
'../ui/css/patternfly.css',
|
|
|
|
'../ui/css/ipa.css'
|
2013-08-29 08:19:02 -05:00
|
|
|
];
|
|
|
|
ipa_loader.styles(styles);
|
|
|
|
})();
|
|
|
|
</script>
|
2011-01-20 14:39:59 -06:00
|
|
|
</head>
|
|
|
|
|
2011-10-11 02:42:35 -05:00
|
|
|
<body class="info-page">
|
2011-01-25 13:44:42 -06:00
|
|
|
|
2014-03-31 07:03:28 -05:00
|
|
|
<nav class="navbar navbar-default navbar-pf" role="navigation">
|
|
|
|
<div class="navbar-header">
|
|
|
|
<a class="brand" href="../ui/index.html"><img src="../ui/images/header-logo.png" alt="FreeIPA"></a>
|
|
|
|
</div>
|
|
|
|
</nav>
|
2011-08-16 13:58:19 -05:00
|
|
|
|
2014-03-31 07:03:28 -05:00
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-12">
|
2011-08-16 13:58:19 -05:00
|
|
|
|
2014-03-31 07:03:28 -05:00
|
|
|
<h1>Unable to verify your Kerberos credentials</h1>
|
|
|
|
<p>
|
|
|
|
Please make sure that you have valid Kerberos tickets (obtainable via <strong>kinit</strong>), and that you have configured your browser correctly.
|
|
|
|
</p>
|
2011-08-16 13:58:19 -05:00
|
|
|
|
2014-03-31 07:03:28 -05:00
|
|
|
<h2>Browser configuration</h2>
|
2011-08-16 13:58:19 -05:00
|
|
|
|
2014-03-31 07:03:28 -05: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-01-25 13:44:42 -06:00
|
|
|
</div>
|
2014-03-31 07:03:28 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2011-08-16 13:58:19 -05:00
|
|
|
</div>
|
2011-01-20 14:39:59 -06:00
|
|
|
|
2007-09-24 14:20:34 -05:00
|
|
|
</body>
|
2011-01-20 14:39:59 -06:00
|
|
|
|
2007-09-24 14:20:34 -05:00
|
|
|
</html>
|