[
https://issues.apache.org/jira/browse/AMBARI-9250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14287796#comment-14287796
]
Hudson commented on AMBARI-9250:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #1568 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1568/])
AMBARI-9250 - LDAP Group sync truncates whitespace in group name (tbeerbower)
(tbeerbower:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=603775cfef58cb10c68c2eddfc7712915f10a8c7)
* ambari-server/src/main/python/ambari-server.py
* ambari-server/src/test/python/TestAmbariServer.py
> 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)