#1775 local provider: All member users are not returned on looking up top level parent group.
Closed: Fixed None Opened 11 years ago by jhrozek.

https://bugzilla.redhat.com/show_bug.cgi?id=902269 (Red Hat Enterprise Linux 6)

Description of problem:
All member users are not returned on looking up top level parent group

Version-Release number of selected component (if applicable):
1.9.2-74

How reproducible:
Always

Steps to Reproduce:
1. sssd.conf domain section:
[domain/LOCAL]
id_provider = local

2. Add the groups as follows:
parent(member: user1, child)
child(member: user2)

3.
# sss_groupadd parent
# sss_groupadd child
# sss_groupmod -a parent child
# sss_useradd user1
# sss_useradd user2
# sss_usermod -a parent user1
# sss_usermod -a child user2
# getent -s sss group parent
parent:*:1000:user1         <== user1,user2 should have been returned.


Actual results:
Child member is not returned on lookup up parent group.

Expected results:
All members should be returned.

Additional info:
This was working as expected till version 1.9.2-68

Fields changed

blockedby: =>
blocking: =>
coverity: =>
design: =>
design_review: => 0
feature_milestone: =>
fedora_test_page: =>
milestone: NEEDS_TRIAGE => SSSD 1.9.4
owner: somebody => jhrozek
patch: 0 => 1
selected: =>
status: new => assigned
testsupdated: => 0

resolution: => fixed
status: assigned => closed

Metadata Update from @jhrozek:
- Issue assigned to jhrozek
- Issue set to the milestone: SSSD 1.9.4

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/2817

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata