From 6390db3502eaee385cb990eef723bc4f27a633c0 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 12 Dec 2007 09:36:32 -0500 Subject: Add automatic browser configuration for kerberos SSO using javascript. This uses the UniversalPreferencesWrite function to set the browser preferences to allow negotiation and ticket forwarding in the IPA domain. A self-signed certificate is generated to sign the javascript. --- ipa-server/xmlrpc-server/unauthorized.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ipa-server/xmlrpc-server/unauthorized.html') diff --git a/ipa-server/xmlrpc-server/unauthorized.html b/ipa-server/xmlrpc-server/unauthorized.html index 23a8d5c7..e46ca538 100644 --- a/ipa-server/xmlrpc-server/unauthorized.html +++ b/ipa-server/xmlrpc-server/unauthorized.html @@ -9,6 +9,20 @@ have configured your browser correctly. If you are still unable to access the IPA Web interface, please contact the helpdesk on for additional assistance.

+

+Import the IPA Certificate Authority. +

+

+ +

-- cgit From c9160e02331dfd57b3f6a4b1c00d614a129c126d Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Wed, 12 Dec 2007 11:32:56 -0500 Subject: Fix minor typo in unauthorized page. --- ipa-server/xmlrpc-server/unauthorized.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-server/xmlrpc-server/unauthorized.html') diff --git a/ipa-server/xmlrpc-server/unauthorized.html b/ipa-server/xmlrpc-server/unauthorized.html index e46ca538..eba1266a 100644 --- a/ipa-server/xmlrpc-server/unauthorized.html +++ b/ipa-server/xmlrpc-server/unauthorized.html @@ -19,7 +19,7 @@ Import the IPA Certificate Authority. { document.write("

You can automatically configure your browser to work with Kerberos by importing the Certificate Authority below and clicking on the Configure Browser button.

"); document.write("

You must reload this page after importing the Certificate Authority for the automatic settings to work

"); - document.write("<\/object"); + document.write("<\/object"); }

-- cgit