mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
bdd88a3eab
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
129 lines
5.2 KiB
HTML
129 lines
5.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>IPA: Identity Policy Audit</title>
|
|
<script type="text/javascript" src="../ui/js/libs/loader.js"></script>
|
|
<script type="text/javascript">
|
|
(function() {
|
|
var styles = [
|
|
'../ui/css/patternfly.css',
|
|
'../ui/css/ipa.css'
|
|
];
|
|
var scripts = [
|
|
'../ui/js/libs/jquery.js',
|
|
'krb.js',
|
|
'ffconfig.js',
|
|
'ffconfig_page.js'
|
|
];
|
|
ipa_loader.scripts(scripts);
|
|
ipa_loader.styles(styles);
|
|
})();
|
|
</script>
|
|
</head>
|
|
|
|
<body class="info-page">
|
|
|
|
<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>
|
|
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
<div class="browser-config">
|
|
<h1>Firefox configuration</h1>
|
|
|
|
<div id="wrongbrowser" style="display:none" class="step">
|
|
<h2>Wrong Browser!</h2>
|
|
<p>
|
|
<a href="ssbrowser.html" id="notfirefox-link" class="btn btn-default" >Proceed to configuration for other browsers</a>
|
|
</p>
|
|
<p>
|
|
You are not using Firefox. Please use configuration page for other browsers.
|
|
</p>
|
|
</div>
|
|
|
|
<div id="step1" class="step">
|
|
<h2>Step 1</h2>
|
|
<p>
|
|
<a href="ca.crt" id="ca-link" class="btn btn-default">Import Certificate Authority certificate</a>
|
|
</p>
|
|
<p>
|
|
Make sure you select <b>all three</b> checkboxes.
|
|
</p>
|
|
</div>
|
|
|
|
<div id="step2a" style="display:none" class="step">
|
|
<h2>Step 2a</h2>
|
|
<p>
|
|
<a href="ssbrowser.html#oldfirefox" id="oldfirefox-link" class="btn btn-default">Proceed to configuration page for older versions of Firefox</a>
|
|
</p>
|
|
<!--<p id="older-compatible">
|
|
Your version of Firefox can be configured by an older method. You don't have to use the Kerberos Configuration extension.
|
|
</p>-->
|
|
<p id="older-required">
|
|
Your version of Firefox is not compatible with configuration method on this page. Please use configuration page for older versions of Firefox.
|
|
<p>
|
|
</div>
|
|
|
|
<div id="step2" style="display:none" class="step">
|
|
<h2>Step 2</h2>
|
|
<div id="ext-installed">
|
|
<p>
|
|
<a href="kerberosauth.xpi" id="reinstall-link" class="btn btn-default">Re-install extension</a>
|
|
</p>
|
|
<p>
|
|
Extension installed. You can proceed to Step 3.
|
|
</p>
|
|
</div>
|
|
<div id="ext-missing">
|
|
<p><a href="kerberosauth.xpi" id="install-link" class="btn btn-default">Install Kerberos Configuration Firefox extension</a></p>
|
|
<p>Kerberos Configuration extension is required for Step 3</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="step3" style="display:none" class="step">
|
|
<h2>Step 3</h2>
|
|
<p><a href="#configure-browser" id="configure-link" class="btn btn-default">Configure browser</a></p>
|
|
<p id="config-success" style="display:none">Browser successfully configured</p>
|
|
<p id="config-aborted" style="display:none">Configuration aborted</p>
|
|
<p id="config-noext" style="display:none">Configuration was not successful, extension isn't installed or is disabled. Please proceed to step 2.</p>
|
|
<p id="config-error" style="display:none">Configuration was not successful, unknown error occurred.</p>
|
|
</div>
|
|
|
|
<div id="step2b" class="step">
|
|
<h2>Step 2</h2>
|
|
<ol>
|
|
<li>
|
|
In the address bar of Firefox, type <code>about:config</code> and press enter to display the list of current configuration options.
|
|
</li>
|
|
<li>
|
|
In the Filter field, type <code>network.negotiate-auth.trusted-uris</code> to restrict the list of options.
|
|
</li>
|
|
<li>
|
|
Double-click the entry to display the "Enter string value" dialog box.
|
|
</li>
|
|
<li>
|
|
Enter the name of the domain against which you want to authenticate, <code class="example-domain">.example.com</code> as an example.
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<div id="step4" class="step">
|
|
<h2 id="step4header" style="display:none">Step 4</h2>
|
|
<h2 id="step3bheader">Step 3</h2>
|
|
<p><a href="../ui/index.html" id="return-link" class="btn btn-default">Return to Web UI</a></p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|