mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
kinit typo
Was origially KInit but the command is kinit
This commit is contained in:
parent
00ebf8c4e3
commit
67d1c07112
@ -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."
|
||||||
|
Loading…
Reference in New Issue
Block a user