[
https://issues.apache.org/jira/browse/AMBARI-9250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286484#comment-14286484
]
Hadoop QA commented on AMBARI-9250:
-----------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12693702/AMBARI-9250.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/1425//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/1425//console
This message is automatically generated.
> LDAP Group sync truncates whitespace in group name
> --------------------------------------------------
>
> Key: AMBARI-9250
> URL: https://issues.apache.org/jira/browse/AMBARI-9250
> Project: Ambari
> Issue Type: Bug
> Reporter: Tom Beerbower
> Assignee: Tom Beerbower
> Fix For: 2.0.0
>
> Attachments: AMBARI-9250.patch
>
>
> Group sync fails with groups whose names have white space such as 'Unix
> Systems Engineers' due to the white space being removed.
> {code}
> ambari-server sync-ldap --groups=groups.txt
> {code}
> groups.txt:
> {code}
> Unix Systems Engineers
> {code}
> {code}
> 09:08:06,460 ERROR [pool-2-thread-9] LdapSyncEventResourceProvider:425 -
> Caught exception running LDAP sync.
> org.apache.ambari.server.AmbariException: Couldn't sync LDAP group
> UnixSystemsEngineers, it doesn't exist
> at
> org.apache.ambari.server.security.ldap.AmbariLdapDataPopulator.synchronizeLdapGroups(AmbariLdapDataPopulator.java:238)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)