#7 SSSD does not enumerate MPG groups
Closed: Fixed None Opened 15 years ago by sgallagh.

As the subject says, currently we do not return magic private groups for users in a domain that supports them when enumerating or searching for a group.

e.g. If we have user 'testuser1' in the LOCAL domain,

getent group |grep testuser1

returns no results. Neither does:

getent group testuser1

The problem is that the default settings for the LOCAL domain sets the value of magicPrivateGroups to '1' rather than 'TRUE', so it is not enabled.

Patch submitted for review.

owner: simo => sgallagh
status: new => assigned

Fixed by commit [dd4568a]

Changed the defaults to properly set magicPrivateGroups to 'TRUE'

resolution: => fixed
status: assigned => closed

Fields changed

rhbz: => 0

Metadata Update from @sgallagh:
- Issue assigned to sgallagh
- Issue set to the milestone: SSSD 1.0

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

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