AMBARI-22585. Fix the wording on IPA integration requirements in the Enable 
Kerberos Wizard (rlevas)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ddcebe23
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ddcebe23
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ddcebe23

Branch: refs/heads/branch-3.0-perf
Commit: ddcebe23c1736a4cf2fc212fb419e6b248da4a5c
Parents: c7cc560
Author: Robert Levas <rle...@hortonworks.com>
Authored: Mon Dec 4 18:26:49 2017 -0500
Committer: Robert Levas <rle...@hortonworks.com>
Committed: Mon Dec 4 18:26:49 2017 -0500

----------------------------------------------------------------------
 ambari-web/app/messages.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ddcebe23/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 8b6ce72..74c050f 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -1274,9 +1274,9 @@ Em.I18n.translations = {
   'admin.kerberos.wizard.step1.option.ad.condition.4': 'Active Directory 
administrative credentials with delegated control of “Create, delete, and 
manage user accounts” on the previously mentioned User container are 
on-hand.',
   'admin.kerberos.wizard.step1.option.ad.condition.5': 'The Java Cryptography 
Extensions (JCE) have been setup on the Ambari Server host and all hosts in the 
cluster.',
   'admin.kerberos.wizard.step1.option.ipa': 'Existing IPA',
-  'admin.kerberos.wizard.step1.option.ipa.condition.1': 'Cluster hosts are 
joined to the IPA domain and hosts are registered in DNS',
-  'admin.kerberos.wizard.step1.option.ipa.condition.2': 'A password policy in 
place that sets no expiry for created principals',
-  'admin.kerberos.wizard.step1.option.ipa.condition.3': 'The ipa managed 
krb5.conf sets default_ccache_name = /tmp/krb5cc_%{uid}',
+  'admin.kerberos.wizard.step1.option.ipa.condition.1': 'All cluster hosts are 
joined to the IPA domain and hosts are registered in DNS',
+  'admin.kerberos.wizard.step1.option.ipa.condition.2': 'A password policy is 
in place that sets no expiry for created principals',
+  'admin.kerberos.wizard.step1.option.ipa.condition.3': 'If you do not plan on 
using Ambari to manage the krb5.conf, ensure the following is set in each 
krb5.conf file in your cluster: default_ccache_name = /tmp/krb5cc_%{uid}',
   'admin.kerberos.wizard.step1.option.ipa.condition.4': 'The Java Cryptography 
Extensions (JCE) have been setup on the Ambari Server host and all hosts in the 
cluster.',
   'admin.kerberos.wizard.step1.prerequisites.label': 'Following prerequisites 
needs to be checked to progress ahead in the wizard.',
   'admin.kerberos.wizard.step2.info.body': 'Please configure kerberos related 
properties.',
@@ -1311,7 +1311,7 @@ Em.I18n.translations = {
 
   'admin.kerberos.regenerate_keytabs.popup.body': 'Regenerating keytabs for 
<strong>all</strong> hosts in the cluster is a disruptive operation, and 
requires all components to be restarted. Optionally, keytabs can be regenerated 
<strong>only</strong> for missing hosts and components, and this operation 
requires selectively restarting those affected hosts and services.',
   'admin.kerberos.regenerate_keytabs.checkbox.label': ' Only regenerate 
keytabs for missing hosts and components',
-  'admin.kerberos.regenerate_keytabs.popup.restart.body': 'After keytab 
regerate is complete, services relying on them <strong>must</strong> be 
restarted. This can be done automatically, or manually.',
+  'admin.kerberos.regenerate_keytabs.popup.restart.body': 'After keytab 
regenerate is complete, services relying on them <strong>must</strong> be 
restarted. This can be done automatically, or manually.',
   'admin.kerberos.regenerate_keytabs.checkbox.restart.label': 'Automatically 
restart components after keytab regeneration',
   'admin.kerberos.service.alert.yarn': 'YARN log and local dir will be deleted 
and ResourceManager state will be formatted as part of Enabling/Disabling 
Kerberos.',
 

Reply via email to