| Summary: | id does not list all groups after upgrade sssd-1.12.4-47 to sssd-1.13.3-22 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Steeve Goveas <sgoveas> | ||||
| Component: | sssd | Assignee: | Petr Čech <pcech> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Steeve Goveas <sgoveas> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.0 | CC: | grajaiya, jhrozek, lslebodn, mkosek, mzidek, pbrezina, pcech, sbose, sgoveas | ||||
| Target Milestone: | rc | ||||||
| Target Release: | 7.3 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-07-09 20:01:33 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Steeve Goveas
2016-03-22 14:53:59 UTC
(In reply to Steeve Goveas from comment #0) Additional info: purging the cache resolves the issue, a sssd restart without purging does not resolve the issue > [root@vm-idm-007 ~]# date > Tue Mar 22 17:15:05 IST 2016 > [root@vm-idm-007 ~]# id bis_broken_user2 > uid=50002(bis_broken_user2) gid=60002(bis_broken_group_user2) > groups=60002(bis_broken_group_user2) > [root@vm-idm-007 ~]# service sssd restart > Stopping sssd: [ OK ] > Starting sssd: [ OK ] > [root@vm-idm-007 ~]# id bis_broken_user2 > uid=50002(bis_broken_user2) gid=60002(bis_broken_group_user2) > groups=60002(bis_broken_group_user2) > [root@vm-idm-007 ~]# date > Tue Mar 22 17:15:32 IST 2016 This bug report has no details to work with. Please follow https://fedorahosted.org/sssd/wiki/Reporting_sssd_bugs to see what information we generally need to fix a bug. Thank you for reporting the bug nonetheless! Created attachment 1139364 [details]
sssd logs
The most suspicious thing is that invalidation of sssd cache does not help. There are more more domains defined: rfc2307, rfc2307bis, rfc2307bis_broken, proxy, LOCAL and only problematic is "rfc2307bis_broken". I do not know how it is broken. But I can see the same bug in following upgrades rhel6.7 -> rhel6.8 rhel6.6 -> rhel6.8 rhel6.5 -> rhel6.8 rhel6.6 -> rhel6.7 rhel6.8 -> sssd upstrem master. Please try to collect the sssd_nss logs as well. It looks like after the upgrade the fc2307bis_broken backend does not receive any requests for object from its domain. Maybe there is a collision with one of the other backends? Not a regression -> removing the Regression keyword. Since this issue is not affecting a real deployment and there is an easy workaround, I'm moving this bug to RHEL-7 and reproposing to 7.3 Upstream ticket: https://fedorahosted.org/sssd/ticket/2979 Petr did some work in this area and fixed a number of bugs. Petr, I wonder if you have time to re-test this bug? (Not totally urgent, but please add this to your todo list..) Needinfo flag was removed without providing any info. Setting it back. |