浏览代码

HUE-5312 [core] Typo in ktrenewer error message

Romain Rigaux 9 年之前
父节点
当前提交
8edf6ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/kt_renewer.py

+ 1 - 1
desktop/core/src/desktop/kt_renewer.py

@@ -71,7 +71,7 @@ def perform_krb181_workaround():
     LOG.error("Couldn't renew kerberos ticket in order to work around "
               "Kerberos 1.8.1 issue. Please check that the ticket for "
               "'%(princ)s' is still renewable:\n"
-              "  $ kinit -f -c %(ccache)s\n"
+              "  $ klist -f -c %(ccache)s\n"
               "If the 'renew until' date is the same as the 'valid starting' "
               "date, the ticket cannot be renewed. Please check your KDC "
               "configuration, and the ticket renewal policy (maxrenewlife) "