summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server/unauthorized.html
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-02-07 11:32:30 -0500
committerRob Crittenden <rcritten@redhat.com>2008-02-07 11:32:30 -0500
commit7fe8e88e72773a207f6a23feb2d08feb34e77e6d (patch)
tree4d7bfaf7f4697c883289c610314e100a499116a7 /ipa-server/xmlrpc-server/unauthorized.html
parentc50ebd965703acb666f3d368e32afe78e03630ce (diff)
downloadfreeipa-7fe8e88e72773a207f6a23feb2d08feb34e77e6d.tar.gz
freeipa-7fe8e88e72773a207f6a23feb2d08feb34e77e6d.tar.xz
freeipa-7fe8e88e72773a207f6a23feb2d08feb34e77e6d.zip
Switch 'below' to 'above' to point to the right location of the CA on the page
Diffstat (limited to 'ipa-server/xmlrpc-server/unauthorized.html')
-rw-r--r--ipa-server/xmlrpc-server/unauthorized.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/xmlrpc-server/unauthorized.html b/ipa-server/xmlrpc-server/unauthorized.html
index eba1266ad..cc53e33b7 100644
--- a/ipa-server/xmlrpc-server/unauthorized.html
+++ b/ipa-server/xmlrpc-server/unauthorized.html
@@ -17,7 +17,7 @@ Import the <a href="/errors/ca.crt">IPA Certificate Authority</a>.
if (navigator.userAgent.indexOf("Firefox") != -1 ||
navigator.userAgent.indexOf("SeaMonkey") != -1)
{
- document.write("<p>You can automatically configure your browser to work with Kerberos by importing the Certificate Authority below and clicking on the Configure Browser button.</p>");
+ document.write("<p>You can automatically configure your browser to work with Kerberos by importing the Certificate Authority above and clicking on the Configure Browser button.</p>");
document.write("<p>You <strong>must</strong> reload this page after importing the Certificate Authority for the automatic settings to work</p>");
document.write("<object data=\"jar:/errors/configure.jar!/preferences.html\" type=\"text/html\"><\/object");
}