[
https://issues.apache.org/jira/browse/AMBARI-19086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15723575#comment-15723575
]
Hudson commented on AMBARI-19086:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #459 (See
[https://builds.apache.org/job/Ambari-branch-2.5/459/])
AMBARI-19086. LDAP sync creates groups with Local type (Attila Doroszla
(rlevas:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7492e65f7374cd7b01e9b1f2dd0e5b21a1d10ff1])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/GroupEntity.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/Users.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/ldap/AmbariLdapDataPopulatorTest.java
> 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)