Oleg Nechiporenko created AMBARI-9722:
-----------------------------------------
Summary: 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
{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)