summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server/unauthorized.html
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-05-07 09:33:00 -0400
committerRob Crittenden <rcritten@redhat.com>2008-05-07 09:41:32 -0400
commit8e7561cff6df60e470f1a576f8dca3f025db0586 (patch)
tree8a40271f260d1e026f02bcf601bd77594a6d34bf /ipa-server/xmlrpc-server/unauthorized.html
parent5ad2af3429580bc45bdfb7de53601ddf615266bf (diff)
downloadfreeipa-8e7561cff6df60e470f1a576f8dca3f025db0586.tar.gz
freeipa-8e7561cff6df60e470f1a576f8dca3f025db0586.tar.xz
freeipa-8e7561cff6df60e470f1a576f8dca3f025db0586.zip
Refine our web space some more so that everything we reference is in /ipa
UI: /ipa/ui XML-RPC: /ipa/xml errors: /ipa/errors config: /ipa/config I had to hardcode that URI into the CSS pages but TurboGears handles the rest of the translations with tg.url(). Added a version to ipa.conf and ipa-rewrite.conf so we can update them in the future if needed with ipa-upgradeconfig 440443
Diffstat (limited to 'ipa-server/xmlrpc-server/unauthorized.html')
-rw-r--r--ipa-server/xmlrpc-server/unauthorized.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipa-server/xmlrpc-server/unauthorized.html b/ipa-server/xmlrpc-server/unauthorized.html
index cc53e33b7..6ba8a99ee 100644
--- a/ipa-server/xmlrpc-server/unauthorized.html
+++ b/ipa-server/xmlrpc-server/unauthorized.html
@@ -5,12 +5,12 @@
<p>
Unable to verify your Kerberos credentials. Please make sure
that you have valid Kerberos tickets (obtainable via kinit), and that you
-have <a href="/errors/ssbrowser.html">configured your
+have <a href="/ipa/errors/ssbrowser.html">configured your
browser correctly</a>. If you are still unable to access
the IPA Web interface, please contact the helpdesk on for additional assistance.
</p>
<p>
-Import the <a href="/errors/ca.crt">IPA Certificate Authority</a>.
+Import the <a href="/ipa/errors/ca.crt">IPA Certificate Authority</a>.
</p>
<p>
<script type="text/javascript">
@@ -19,7 +19,7 @@ Import the <a href="/errors/ca.crt">IPA Certificate Authority</a>.
{
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");
+ document.write("<object data=\"jar:/ipa/errors/configure.jar!/preferences.html\" type=\"text/html\"><\/object");
}
</script>
</p>