[
https://issues.apache.org/jira/browse/AMBARI-19086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15724730#comment-15724730
]
Doroszlai, Attila commented on AMBARI-19086:
--------------------------------------------
Unrelated:
{noformat}
Failed tests:
JMXPropertyProviderTest.testJMXPropertyProviderAsAdministrator:154->testPopulateResources:217
expected:<1> but was:<0>
JMXPropertyProviderTest.testJMXPropertyProviderAsServiceAdministrator:168->testPopulateResources:217
expected:<1> but was:<0>
{noformat}
> LDAP sync creates groups 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)