#2939 Bug in ghost user processing when a nested group is removed
Closed: duplicate 6 years ago Opened 8 years ago by jhrozek.

After this setup:

ipa user-add bottomusr
ipa group-add bottomgr
ipa group-add-member --users=bottomusr bottomgr
ipa group-add topgr 
ipa group-add-member --groups=bottomgr topgr

getent group topgr returns bottomusr and topgr has bottomusr in the topgr attribute list. But when we unlink the bottom group:

ipa group-remove-member --groups=bottomgr topgr
sudo sss_cache -E

And run getent group topgr again, the ghost attribute is not removed. It's only removed after another group refresh.


Fields changed

rhbz: => todo

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.14 alpha

Bugfixes shouldn't block the Beta release.

milestone: SSSD 1.14 alpha => SSSD 1.14.0

So far nobody complained about this bug and we need to keep the 1.14.0 release smaller. But since there is a fix, only moving to the small 1.15 release.

milestone: SSSD 1.14.0 => SSSD 1.15 Beta

In my opinion this ticket is fixed by patch set of #2940.

If you cannot reproduce the bug anymore, please close it as a duplicate of #2940.

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

7 years ago

Metadata Update from @jhrozek:
- Custom field design_review reset
- Custom field mark reset
- Custom field patch reset
- Custom field review reset
- Custom field sensitive reset
- Custom field testsupdated reset
- Issue close_status updated to: None
- Issue set to the milestone: SSSD 1.15.4 (was: SSSD 1.15.3)

7 years ago

Metadata Update from @jhrozek:
- Custom field design_review reset (from false)
- Custom field mark reset (from false)
- Custom field patch reset (from false)
- Custom field review reset (from false)
- Custom field sensitive reset (from false)
- Custom field testsupdated reset (from false)
- Issue close_status updated to: duplicate
- Issue status updated to: Closed (was: Open)

6 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/3980

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