#2724 getgrgid for user's UID on a trust client prevents getpw*
Closed: Fixed Opened by jhrozek.

When a getgrgid() call comes in for a user's UID, we create a group object in the cache. But since a subdomain is MPG-enabled, we check on cache updates whether an entry with the same name or ID exists and if it does, we just bail out with EEXIST.

We should remove the group object in this case instead to allow sequence of getgrgid(), getpwnam(), getgrgid()...


Ticket has been cloned to Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1244949

rhbz: => [https://bugzilla.redhat.com/show_bug.cgi?id=1244949 1244949]

Fields changed

owner: somebody => jhrozek
patch: 0 => 1
status: new => assigned

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.13.1

  • master: 6fe057efb981ee4b45dcadf131c03f8501fce28d

resolution: => fixed
status: assigned => closed

  • sssd-1-12: 7cac5068960ae53ea91cb1b304b4c697c5dca547

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

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

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