kinit typo

Was origially KInit  but the command is kinit
This commit is contained in:
Adam Young 2010-12-17 16:36:48 -05:00
parent 00ebf8c4e3
commit 67d1c07112

View File

@ -325,7 +325,7 @@ function ipa_cmd(name, args, options, win_callback, fail_callback, objname, comm
}else{ }else{
error_thrown.message = error_thrown.message =
"Your kerberos ticket no longer valid."+ "Your kerberos ticket no longer valid."+
"Please run Init and then click 'retry'"+ "Please run kinit and then click 'retry'"+
"If this is your first time running the IPA Web UI"+ "If this is your first time running the IPA Web UI"+
"<a href='/ipa//config/unauthorized.html'> "+ "<a href='/ipa//config/unauthorized.html'> "+
"Follow these directions</a> to configure your browser." "Follow these directions</a> to configure your browser."