[
https://issues.apache.org/jira/browse/AMBARI-9244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286723#comment-14286723
]
Hadoop QA commented on AMBARI-9244:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12693728/AMBARI-9244_01.patch
against trunk revision .
{color:red}-1 patch{color}. Top-level trunk compilation may be broken.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/1427//console
This message is automatically generated.
> JAAS configuration file parser leaves trailing quote in quoted values
> ---------------------------------------------------------------------
>
> Key: AMBARI-9244
> URL: https://issues.apache.org/jira/browse/AMBARI-9244
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent
> Affects Versions: 2.0.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Labels: kerberos, security
> Fix For: 2.0.0
>
> Attachments: AMBARI-9244_01.patch
>
>
> The JAAS configuration file parser used in determining the security state of
> some components (like ZooKeeper and HBase) leaves trailing quote in quoted
> values.
> For example:
> {code}
> Client {
> com.sun.security.auth.module.Krb5LoginModule required
> useKeyTab=true
> storeKey=true
> useTicketCache=false
> keyTab="/etc/security/keytabs/hbase.service.keytab"
> principal="hbase/[email protected]";
> };
> {code}
> The value for {{keytab}} is being parsed as
> {{/etc/security/keytabs/hbase.service.keytab"}} rather than
> {{/etc/security/keytabs/hbase.service.keytab}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)