You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2017/03/20 21:57:41 UTC

[jira] [Updated] (AMBARI-19086) LDAP sync creates groups with "Local" type

     [ https://issues.apache.org/jira/browse/AMBARI-19086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yusaku Sako updated AMBARI-19086:
---------------------------------
    Reporter: Dhanya Balasundaran  (was: Doroszlai, Attila)

> 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: Dhanya Balasundaran
>            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.15#6346)