From a0470afdcddcfcdade802b6cf04c43898f52421d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 6 Oct 2011 14:30:26 +0200 Subject: Fixed links to images in config and migration pages https://fedorahosted.org/freeipa/ticket/1932 Description of problem: Title is missing while configuring browser for the first time. Actual results: There is no title on this screen. I noticed it only on step 8 and later so I am not sure if title is also missing earlier at step 6 or not. Expected results: Title "Identity Management" is always present. Fixed: * modified paths to images * fixed padding in ssbrowser.html * moved browser icons to ui folder * deleted unused images in html and migration folders (they are already in ui folder, and weren't deployed) whitespaces --- install/html/ssbrowser.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'install/html/ssbrowser.html') diff --git a/install/html/ssbrowser.html b/install/html/ssbrowser.html index 49e02e7aa..3e2bd19a9 100644 --- a/install/html/ssbrowser.html +++ b/install/html/ssbrowser.html @@ -5,23 +5,23 @@ IPA: Identity Policy Audit - + - -
+ +
-
+ +
+

Browser Kerberos Setup

- Internet Explorer
Internet Explorer Configuration
+ Internet Explorer
Internet Explorer Configuration

Once you are able to log into the workstation with your kerberos key you are now able to use that ticket in Internet Explorer.

- + Login to the Windows machine using an account of your Kerberos realm (administrative domain)
- In Internet Explorer, click Tools, and then click Internet Options. + In Internet Explorer, click Tools, and then click Internet Options.
  • 1. Click the Security tab
  • @@ -38,15 +38,15 @@
  • Visit a kerberized web site using IE (You must use the fully-qualified Domain Name in the URL)
  • You are all set.
- +
- - Firefox
Firefox Configuration
- + + Firefox
Firefox Configuration
+

You can configure Firefox to use Kerberos for Single Sign-on. The following instructions will guide you in configuring your web browser
to send your Kerberos credentials to the appropriate Key Distribution Center which enables Single Sign-on.

- -
  • 1. In the address bar of Firefox, type about:config to display the list of current configuration options.
  • + +
    • 1. In the address bar of Firefox, type about:config to display the list of current configuration options.
    • 2. In the Filter field, type negotiate to restrict the list of options.
    • 3. Double-click the network.negotiate-auth.trusted-uris entry to display the Enter string value dialog box.
    • 4. Enter the name of the domain against which you want to authenticate, for example, .example.com.
    • @@ -54,10 +54,10 @@
    • You are all set.
    - - + +
- +
-- cgit