#834 RFC2307bis groups are not filtered out when their UID is out of range
Closed: Fixed None Opened 13 years ago by jhrozek.

https://bugzilla.redhat.com/show_bug.cgi?id=692404

The culprit is that we skip groups that we don't save for any reason including their GID being out of range but then, in second pass, we attempt to save group members for all the groups, including the ones we skipped in the first pass.

This results in the group being added because sdap_save_grpmem() in turn calls sysdb_store_group()

We should only attempt to save members for groups we know could be saved into the cache successfully.


Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.6.0

Fields changed

owner: somebody => jhrozek
patch: => 0

master: 89e594e

resolution: => fixed
status: new => closed

Backported to sssd-1-5

5d0bc38

milestone: SSSD 1.6.0 => SSSD 1.5.8
rhbz: =>

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

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/1876

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