[
https://issues.apache.org/jira/browse/AMBARI-9722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329078#comment-14329078
]
Hudson commented on AMBARI-9722:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #1821 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1821/])
AMBARI-9722. Ability to adjust hadoop.security.auth_to_local property on
Configure Identities page (onechiporenko) (onechiporenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=1103f0cec3ab6de046c23012031c49b8a251064b)
* ambari-web/test/controllers/main/admin/kerberos/step4_controller_test.js
* ambari-web/test/controllers/main/admin/kerberos_test.js
* ambari-web/app/controllers/main/admin/kerberos.js
* ambari-web/app/controllers/main/admin/kerberos/step4_controller.js
> Ability to adjust hadoop.security.auth_to_local property on Configure
> Identities page
> -------------------------------------------------------------------------------------
>
> Key: AMBARI-9722
> URL: https://issues.apache.org/jira/browse/AMBARI-9722
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.0.0
> Reporter: Oleg Nechiporenko
> Assignee: Oleg Nechiporenko
> Priority: Critical
> Fix For: 2.0.0
>
> Attachments: AMBARI-9722.patch
>
>
> {code}
> Configure Identities Page
> Update auth_to_local rules
> Advanced tab
> HDFS
> Set hadoop.security.auth_to_local property to:
> RULE:[1:$1@$0](.*@<AD REALM>)s/@.*//
> _AUTH_TO_LOCAL_RULES
> DEFAULT
> Note: This will not work right now… the entry box is a one line text box,
> needs to allow for multiple lines and AuthToLocalBuilder class needs to allow
> for user-specified rules
> Workaround (After completing the Kerberos Wizard):
> Edit HDFS configuration and edit hadoop.security.auth_to_local (under
> Advanced core-site). Add the following line above the line that reads
> “DEFAULT”:
> RULE:[1:$1@$0](.*@<AD REALM>)s/@.*//
> Restart HDFS
> {code}
> This workaround shoudn't take place and we should be avaliable to adjust
> property directly in wizard
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)