|
@@ -977,9 +977,8 @@ Em.I18n.translations = {
|
|
|
'admin.kerberos.wizard.header':'Enable Kerberos Wizard',
|
|
|
'admin.kerberos.button.enable': 'Enable Kerberos',
|
|
|
'admin.kerberos.button.disable': 'Disable Kerberos',
|
|
|
- 'admin.kerberos.wizard.exit.msg': 'Enable Security is in progress. You must allow the wizard to complete for Ambari to be in usable state. ' +
|
|
|
- 'If you choose to quit, you must follow manual instructions to activate or disable security as documented in the Ambari User Guide. ' +
|
|
|
- 'Do you really want to exit Kerberos Security Wizard?',
|
|
|
+ 'admin.kerberos.wizard.exit.warning.msg': 'Configuring Kerberos is in progress. Do you really want to exit the Enable Kerberos Wizard?',
|
|
|
+ 'admin.kerberos.wizard.exit.critical.msg': 'Configuring Kerberos is in progress. <strong>Before dismissing, you should complete the wizard.</strong> Do you really want to exit the Enable Kerberos Wizard?',
|
|
|
'admin.kerberos.wizard.step1.header': 'Get Started',
|
|
|
'admin.kerberos.wizard.step2.header': 'Configure Kerberos',
|
|
|
'admin.kerberos.wizard.step3.header': 'Install and Test Kerberos Client',
|
|
@@ -991,16 +990,20 @@ Em.I18n.translations = {
|
|
|
'admin.kerberos.wizard.step1.alert.body': 'Note: This process requires services to be restarted and cluster downtime. As well, depending on the options you select, might require support from your Security administrators. Please plan accordingly.',
|
|
|
'admin.kerberos.wizard.step1.body.text': 'What type of KDC do you plan on using?',
|
|
|
'admin.kerberos.wizard.step1.option.kdc': 'Existing MIT KDC',
|
|
|
- 'admin.kerberos.wizard.step1.option.kdc.condition.1': 'An administrative principal is created in the MIT KDC to be shared with Ambari when prompted.',
|
|
|
- 'admin.kerberos.wizard.step1.option.kdc.condition.2': 'Java Cryptography Extension (JCE) is installed on ambari server host.',
|
|
|
+ 'admin.kerberos.wizard.step1.option.kdc.condition.1': 'Ambari Server and cluster hosts have network access to both the KDC and KDC admin hosts.',
|
|
|
+ '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.',
|
|
|
'admin.kerberos.wizard.step1.option.ad': 'Existing Active Directory',
|
|
|
- 'admin.kerberos.wizard.step1.option.ad.condition.1': 'An administrative principal is created in the Active Directory to be shared with Ambari when prompted.',
|
|
|
- 'admin.kerberos.wizard.step1.option.ad.condition.2': 'Java Cryptography Extension (JCE) is installed on ambari server host.',
|
|
|
+ '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.3': 'Active Directory User container for principals has been created and is on-hand (e.g. OU=Hadoop,OU=People,dc=apache,dc=org)',
|
|
|
+ '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.',
|
|
|
'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.',
|
|
|
'admin.kerberos.wizard.step3.task0.title': 'Install Kerberos Client',
|
|
|
'admin.kerberos.wizard.step3.task1.title': 'Test Kerberos Client',
|
|
|
- 'admin.kerberos.wizard.step3.notice.inProgress': 'Please wait while kerberos is being installed and tested.',
|
|
|
+ 'admin.kerberos.wizard.step3.notice.inProgress': 'Please wait while the Kerberos clients are being installed and tested.',
|
|
|
'admin.kerberos.wizard.step3.notice.completed': 'Kerberos service has been installed and tested successfully.',
|
|
|
'admin.kerberos.wizard.progressPage.notice.inProgress': 'Please wait while cluster is being kerberized',
|
|
|
'admin.kerberos.wizard.step4.info.body': 'Configure principal name and keytab location for service users and hadoop service components.',
|