[
https://issues.apache.org/jira/browse/AMBARI-13767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15033110#comment-15033110
]
Hudson commented on AMBARI-13767:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #3940 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3940/])
AMBARI-13767. LDAP Group Membership not pulled in with FreeIPA/RHELIDM.
(rnettleton:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=006f0fe3f8aa7f288d77e3192542e8478cc60933])
*
ambari-server/src/test/java/org/apache/ambari/server/security/ldap/AmbariLdapDataPopulatorTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/security/ldap/AmbariLdapDataPopulator.java
> LDAP - Group Membership not pulled in with FreeIPA/RHELIDM
> ----------------------------------------------------------
>
> Key: AMBARI-13767
> URL: https://issues.apache.org/jira/browse/AMBARI-13767
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.2
> Environment: All OS
> Reporter: Olivér Szabó
> Assignee: Olivér Szabó
> Priority: Critical
> Fix For: 2.1.3
>
> Attachments: AMBARI-13767_v4.patch
>
>
> When troubleshooting why the group members are not being sync'd with FreeIPA,
> a packet trace helped identify the issue. With ActiveDirectory the user's DN
> is exposed as an attribute: "distinguishedName", this is not the case
> inFreeIPA/RHEL IDM (using 389 DS for the directory server implementation).
> The DN is not an attribute on the user, and cannot be used in a filter like
> this:
> {noformat}
> (&(objectClass=posixaccount)(|(dn=uid=dstreev,cn=users,cn=accounts,dc=hdp,dc=local)(uid=uid=dstreev,cn=users,cn=accounts,dc=hdp,dc=local)))
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)