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">
|
2018-07-12 14:05:39 -05:00
|
|
|
var dojoConfig = {
|
|
|
|
baseUrl: "../ui/js",
|
|
|
|
has: {
|
|
|
|
'dojo-firebug': false,
|
|
|
|
'dojo-debug-messages': true
|
|
|
|
},
|
|
|
|
parseOnLoad: false,
|
|
|
|
async: true,
|
|
|
|
packages: [
|
|
|
|
{
|
|
|
|
name:'dojo',
|
|
|
|
location:'dojo'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'freeipa',
|
|
|
|
location: 'freeipa'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
};
|
2013-08-29 08:19:02 -05:00
|
|
|
(function() {
|
2018-09-24 12:52:37 -05:00
|
|
|
var icons = [
|
2018-09-26 15:12:55 -05:00
|
|
|
'../ui/favicon.ico'
|
2018-09-24 12:52:37 -05:00
|
|
|
];
|
2013-08-29 08:19:02 -05:00
|
|
|
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
|
|
|
];
|
2018-07-12 14:05:39 -05:00
|
|
|
var scripts = [
|
|
|
|
'../ui/js/libs/jquery.js',
|
2018-09-24 12:52:37 -05:00
|
|
|
'../ui/js/libs/jquery.ordered-map.js',
|
2018-09-26 15:12:55 -05:00
|
|
|
'../ui/js/dojo/dojo.js'
|
2018-07-12 14:05:39 -05:00
|
|
|
];
|
|
|
|
|
|
|
|
ipa_loader.scripts(scripts, function() {
|
|
|
|
require([
|
|
|
|
'dojo/dom',
|
2018-09-24 12:52:37 -05:00
|
|
|
'freeipa/core',
|
2018-09-26 15:12:55 -05:00
|
|
|
'dojo/domReady!'
|
2018-09-24 12:52:37 -05:00
|
|
|
],
|
|
|
|
function(dom) {
|
|
|
|
var text = require('freeipa/text');
|
2018-09-26 15:12:55 -05:00
|
|
|
var msg = text.get('@i18n:unauthorized-page');
|
|
|
|
if (msg) {
|
2018-07-12 14:05:39 -05:00
|
|
|
dom.byId('unauthorized-msg').innerHTML=msg;
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
2013-08-29 08:19:02 -05:00
|
|
|
ipa_loader.styles(styles);
|
2018-09-24 12:52:37 -05:00
|
|
|
ipa_loader.icons(icons);
|
2013-08-29 08:19:02 -05:00
|
|
|
})();
|
|
|
|
</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">
|
2018-07-12 14:05:39 -05:00
|
|
|
<div id="unauthorized-msg">
|
|
|
|
<noscript>
|
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>
|
2017-09-01 14:50:44 -05:00
|
|
|
If this is your first time, please <a href="ssbrowser.html">configure your browser</a>.
|
2014-03-31 07:03:28 -05:00
|
|
|
</p>
|
2011-01-25 13:44:42 -06:00
|
|
|
</div>
|
2018-07-12 14:05:39 -05:00
|
|
|
</noscript>
|
|
|
|
</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>
|