#1775 local provider: All member users are not returned on looking up top level parent group.
Closed: Fixed Opened 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

  • master: 7a92ae1598735ff69e36c72a7be60292ccad41d3
  • sssd-1-9: a53bebc398a4711a2dd0f9b390e9b93007e7cd9b

resolution: => fixed
status: assigned => closed

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

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.

Metadata