[
https://issues.apache.org/jira/browse/AMBARI-19086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15722777#comment-15722777
]
Hadoop QA commented on AMBARI-19086:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12841763/AMBARI-19086.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/9526//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/9526//console
This message is automatically generated.
> LDAP sync creates group with local type
> ---------------------------------------
>
> Key: AMBARI-19086
> URL: https://issues.apache.org/jira/browse/AMBARI-19086
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.5.0
> Reporter: Doroszlai, Attila
> Assignee: Doroszlai, Attila
> Fix For: 2.5.0
>
> Attachments: AMBARI-19086.patch
>
>
> STR:
> {noformat}
> ambari-server setup-ldap
> ambari-server restart
> ambari-server sync-ldap --all
> {noformat}
> Result: users synced from LDAP are created with type LDAP, but groups are
> created with type LOCAL:
> {noformat}
> ambari=> select group_id, group_name, group_type, ldap_group from groups
> order by group_name;
> group_id | group_name | group_type | ldap_group
> ----------+-------------------+------------+------------
> 59 | accumulo | LOCAL | 1
> 2 | ambari | LOCAL | 0
> 72 | ambari-server | LOCAL | 1
> 81 | ams | LOCAL | 1
> 60 | atlas | LOCAL | 1
> ...
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)