[
https://issues.apache.org/jira/browse/AMBARI-13767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15033083#comment-15033083
]
Hudson commented on AMBARI-13767:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #973 (See
[https://builds.apache.org/job/Ambari-branch-2.1/973/])
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=f6fde22cd7aa8727c8bb843e6c1d7baeddb64f33])
*
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)