#1952 DIfferent group membership behavior between 1.9 and 1.10.
Closed: Invalid None Opened 10 years ago by fzzzt.

In 1.9.2-82.7.el6_4.1 with the range restriction patch, looking up members in a large group (all students) yields no members:

$ getent group student
student:*:758242:

Doing the same thing in 1.10 (1.9.93-0.20130520T2037Zgiteb64d34.el6_4) with ignore_group_members, automagically adds myself to the group:

$ getent group student
student:*:123456:fzzzt

I'm not sure which behavior is "correct", since these are breaking the normal functionality anyway, but I expected them to do the same thing.


Copy/paste problems from various shells. That should be:

$ getent group student[[BR]]
student:*:123456:

getent group student[[BR]]
student:*:123456:fzzzt

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.10.0

Fields changed

milestone: SSSD 1.10.0 => SSSD 1.10.1

Fields changed

changelog: =>
owner: somebody => lslebodn

Moving tickets that didn't make 1.10.1 to the 1.10.2 bucket.

Moving tickets that didn't make 1.10.1 to 1.10.2

milestone: SSSD 1.10.1 => SSSD 1.10.2

I tried bellow version of sssd:
- current master d5e8c3a
- sssd-1.10.0-16.fc19
- and the same version you sssd-1.9.93-0.20130722.1052.giteb64d34.fc19

But, I was unable to reproduce this bug. Each version of sssd returns correct answer:

sh-4.2$ getent group biggroup1
biggroup1:*:30011:

Could you share your sssd configuration file?
Is there any interesting in sssd_nss or sssd_<domain> log file?

This appears to be a false alarm. I'm unable to reproduce this behavior with versino 1.93... All of my groups show no members, which is the expected behavior. I'm not sure what was happening before. Sorry for the confusion.

No problem, I'm glad we got the confirmation that everything seems to be working for you.

Closing as worksforme.

resolution: => worksforme
status: new => closed

Metadata Update from @fzzzt:
- Issue assigned to lslebodn
- Issue set to the milestone: SSSD 1.10.2

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

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