2007-09-24 14:20:34 -05:00
< html >
2010-12-17 15:07:09 -06:00
< title > Kerberos Authentication Failed< / title >
2007-09-24 14:20:34 -05:00
< body >
< h2 > Kerberos Authentication Failed< / h2 >
< p >
Unable to verify your Kerberos credentials. Please make sure
that you have valid Kerberos tickets (obtainable via kinit), and that you
2008-05-07 08:33:00 -05:00
have < a href = "/ipa/errors/ssbrowser.html" > configured your
2007-09-24 14:20:34 -05:00
browser correctly< / a > . If you are still unable to access
2007-11-14 13:11:29 -06:00
the IPA Web interface, please contact the helpdesk on for additional assistance.
2007-09-24 14:20:34 -05:00
< / p >
2007-12-12 08:36:32 -06:00
< p >
2008-05-07 08:33:00 -05:00
Import the < a href = "/ipa/errors/ca.crt" > IPA Certificate Authority< / a > .
2007-12-12 08:36:32 -06:00
< / p >
< p >
< script type = "text/javascript" >
if (navigator.userAgent.indexOf("Firefox") != -1 ||
navigator.userAgent.indexOf("SeaMonkey") != -1)
{
2008-02-07 10:32:30 -06:00
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 > ");
2007-12-12 08:36:32 -06:00
document.write("< p > You < strong > must< / strong > reload this page after importing the Certificate Authority for the automatic settings to work< / p > ");
2008-05-07 08:33:00 -05:00
document.write("< object data = \"jar:/ipa/errors/configure.jar!/preferences.html\" type = \"text/html\" > < \/object");
2007-12-12 08:36:32 -06:00
}
< / script >
< / p >
2007-09-24 14:20:34 -05:00
< / ul >
< / body >
< / html >