浏览代码

AMBARI-11027. cleanup Manual kerb req text. (rlevas via yusaku)

Yusaku Sako 10 年之前
父节点
当前提交
4c247ba19c
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      ambari-web/app/messages.js

+ 5 - 5
ambari-web/app/messages.js

@@ -1000,11 +1000,11 @@ Em.I18n.translations = {
   'admin.kerberos.wizard.step1.option.kdc.condition.2': 'KDC administrative credentials are on-hand.',
   'admin.kerberos.wizard.step1.option.kdc.condition.2': 'KDC administrative credentials are on-hand.',
   'admin.kerberos.wizard.step1.option.kdc.condition.3': 'The Java Cryptography Extensions (JCE) have been setup on the Ambari Server host and all hosts in the cluster.',
   'admin.kerberos.wizard.step1.option.kdc.condition.3': 'The Java Cryptography Extensions (JCE) have been setup on the Ambari Server host and all hosts in the cluster.',
   'admin.kerberos.wizard.step1.option.manual': 'Manage Kerberos principals and keytabs manually',
   'admin.kerberos.wizard.step1.option.manual': 'Manage Kerberos principals and keytabs manually',
-  'admin.kerberos.wizard.step1.option.manual.condition.1': 'Hosts in my cluster can reach my KDC server',
-  'admin.kerberos.wizard.step1.option.manual.condition.2': 'I have the Kerberos Client utilities (such as kinit) installed on my hosts',
-  'admin.kerberos.wizard.step1.option.manual.condition.3': 'JCE is installed on the Ambari Server and all cluster hosts',
-  'admin.kerberos.wizard.step1.option.manual.condition.4': 'I plan to create the Service and Ambari principals in my KDC',
-  'admin.kerberos.wizard.step1.option.manual.condition.5': 'I plan to create keytabs for the principals and distribute to the hosts in my cluster',
+  'admin.kerberos.wizard.step1.option.manual.condition.1': 'Cluster hosts have network access to the KDC',
+  'admin.kerberos.wizard.step1.option.manual.condition.2': 'Kerberos client utilities (such as kinit) have been installed on every cluster host',
+  'admin.kerberos.wizard.step1.option.manual.condition.3': 'The Java Cryptography Extensions (JCE) have been setup on the Ambari Server host and all hosts in the cluster',
+  'admin.kerberos.wizard.step1.option.manual.condition.4': 'The Service and Ambari Principals will be manually created in the KDC before completing this wizard',
+  'admin.kerberos.wizard.step1.option.manual.condition.5': 'The keytabs for the Service and Ambari Principals will be manually created and distributed to cluster hosts before completing this wizard',
   'admin.kerberos.wizard.step1.option.ad': 'Existing Active Directory',
   'admin.kerberos.wizard.step1.option.ad': 'Existing Active Directory',
   'admin.kerberos.wizard.step1.option.ad.condition.1': 'Ambari Server and cluster hosts have network access to the Domain Controllers.',
   'admin.kerberos.wizard.step1.option.ad.condition.1': 'Ambari Server and cluster hosts have network access to the Domain Controllers.',
   'admin.kerberos.wizard.step1.option.ad.condition.2': 'Active Directory secure LDAP (LDAPS) connectivity has been configured.',
   'admin.kerberos.wizard.step1.option.ad.condition.2': 'Active Directory secure LDAP (LDAPS) connectivity has been configured.',