You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2015/02/20 14:15:13 UTC

[jira] [Commented] (AMBARI-9722) Ability to adjust hadoop.security.auth_to_local property on Configure Identities page

    [ https://issues.apache.org/jira/browse/AMBARI-9722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14328897#comment-14328897 ] 

Oleg Nechiporenko commented on AMBARI-9722:
-------------------------------------------

  5430 tests complete (10 seconds)
  62 tests pending

> 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)