summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-12-17 16:10:04 -0500
committerAdam Young <ayoung@redhat.com>2010-12-17 16:27:11 -0500
commit00ebf8c4e35029bec0a54417e833eb808136c6ec (patch)
tree641a1ae74f4797b2772fe862fb801918e0830c15 /install
parent22b2cbbe448d66943f78a04e47c1e10a88d3e64b (diff)
downloadfreeipa-00ebf8c4e35029bec0a54417e833eb808136c6ec.tar.gz
freeipa-00ebf8c4e35029bec0a54417e833eb808136c6ec.tar.xz
freeipa-00ebf8c4e35029bec0a54417e833eb808136c6ec.zip
error link
Change the link in the error message to the one that will actually fix the problem
Diffstat (limited to 'install')
-rw-r--r--install/static/ipa.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/ipa.js b/install/static/ipa.js
index a7c0658a9..fee5110e0 100644
--- a/install/static/ipa.js
+++ b/install/static/ipa.js
@@ -325,9 +325,9 @@ function ipa_cmd(name, args, options, win_callback, fail_callback, objname, comm
}else{
error_thrown.message =
"Your kerberos ticket no longer valid."+
- "Please run KInit and then click 'retry'"+
+ "Please run Init and then click 'retry'"+
"If this is your first time running the IPA Web UI"+
- "<a href='/ipa/errors/ssbrowser.html'> "+
+ "<a href='/ipa//config/unauthorized.html'> "+
"Follow these directions</a> to configure your browser."
}
}