RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1311502 - [RFE] compat tree: show AD members of IPA groups
Summary: [RFE] compat tree: show AD members of IPA groups
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: ipa
Version: 7.3
Hardware: All
OS: Linux
urgent
urgent
Target Milestone: rc
: ---
Assignee: IPA Maintainers
QA Contact: Namita Soman
URL:
Whiteboard:
Depends On: 1301901
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-24 11:40 UTC by Jan Kurik
Modified: 2019-11-14 07:29 UTC (History)
15 users (show)

Fixed In Version: ipa-4.2.0-15.el7_2.9
Doc Type: Enhancement
Doc Text:
The Schema Compatibility plug-in did not expose users from a trusted Active Directory (AD) forest as part of IdM groups even if the group membership was defined in IdM. This prevented legacy clients from subjecting AD users to sudo rules and group-restricting access rules. External members of IdM groups are now resolved and their information exported to the plug-in, thus improving compatibility with legacy clients.
Clone Of: 1301901
Environment:
Last Closed: 2016-05-12 09:58:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:1036 0 normal SHIPPED_LIVE ipa bug fix update 2016-05-12 13:53:44 UTC

Description Jan Kurik 2016-02-24 11:40:52 UTC
This bug has been copied from bug #1301901 and has been proposed
to be backported to 7.2 z-stream (EUS).

Comment 6 Sudhir Menon 2016-03-16 10:24:49 UTC
Verified using 

ipa-server-4.2.0-15.el7_2.10.x86_64
sssd-1.13.0-40.el7_2.2.x86_64

===IPA Server===
1. Created Global Security Group added members from parent domain.
[root@host2 ~]# getent group group1
group1:*:760201726:user2,user1

2. Created Global Security Group added members from child domain.
[root@host2 ~]# getent group group2.qe
group2.qe:*:1269801135:user4.qe,user3.qe

3. Created Universal Security Group and added members from parent/child domain.
[root@host2 ~]# getent group universal1
universal1:*:760201725:user3.qe,user1

4. Created Universal Security Group and added members from parent/child domain.
[root@host2 ~]# getent group universe2.qe
universe2.qe:*:1269801136:user4.qe,user2

5. After removing user from group, found that getent group is also updated.

a. After removing user3.qe from universal1 group
[root@host2 ~]# getent group universal1
universal1:*:760201725:user1
 
b. After removing user2 from universe2.qe group
[root@host2 ~]# getent group universe2.qe
universe2.qe:*:1269801136:user4.qe
 
6. External Group
[root@host2 ~]# ipa group-add --external ext_ad_administrators --desc "PNE.QE\Administrators"
-----------------------------------
Added group "ext_ad_administrators"
-----------------------------------
  Group name: ext_ad_administrators
  Description: PNE.QE\Administrators
 
[root@host2 ~]# ipa group-add-member ext_ad_administrators --external "PNE\Domain Admins"
[member user]:
[member group]:
  Group name: ext_ad_administrators
  Description: PNE.QE\Administrators
  External member: S-1-5-21-2828791737-1866347024-3967946728-512
-------------------------
Number of members added 1
-------------------------
 
[root@host2 ~]# ipa group-add ad_administrators
-------------------------------
Added group "ad_administrators"
-------------------------------
  Group name: ad_administrators
  GID: 967200021
 
[root@host2 ~]# ipa group-add-member ad_administrators --group ext_ad_administrators
  Group name: ad_administrators
  GID: 967200021
  Member groups: ext_ad_administrators
-------------------------
Number of members added 1
-------------------------
 
[root@host2 ~]# getent group ad_administrators
ad_administrators:*:967200021:Administrator

The same output was seen on the IPA-client.

Comment 8 errata-xmlrpc 2016-05-12 09:58:44 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-1036.html


Note You need to log in before you can comment on or make changes to this bug.