Summary: | glibc: Add a comment to the default nscd.conf file that is it not recommended to use NSCD and SSSD for the same NSS maps | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Carlos O'Donell <codonell> |
Component: | glibc | Assignee: | Patsy Griffin <pfrankli> |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-tools-bugs |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.2 | CC: | ashankar, codonell, dj, fweimer, jhrozek, knweiss, mcermak, mnewsome, pfrankli, qe-baseos-tools-bugs, skolosov |
Target Milestone: | rc | Keywords: | Patch, Regression |
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glibc-2.28-77.el8 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | 1488370 | Environment: | |
Last Closed: | 2020-04-28 16:50:14 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: | |
Bug Depends On: | 1488370 | ||
Bug Blocks: | 1746918, 1755139 |
Description
Carlos O'Donell
2019-08-30 16:10:47 UTC
QA failure caught by gating is now fixed upstream. We need to backport this additional commit to RHEL 8.2, and Fedora 31/30 (Rawhide will catch up in the weekly sync). commit eed1f6fcdb0526498223ebfe95f91ef5dec2172a (HEAD -> master, origin/master, origin/HEAD) Author: Carlos O'Donell <carlos@redhat.com> Date: Tue Oct 29 11:58:03 2019 -0400 Comment out initgroups from example nsswitch.conf (Bug 25146) In commit 4b7c74179c8928d971d370e1137d202f891a4cf5 the nsswitch.conf file was harmonized with downstream distributions, but this change included adding "initgroups: files". We should not add initgroups by default, we can have it, but it should be commented out to allow it to inherit the settings for group. The problem is principally that downstream authconfig won't update initgroups and it will get out of sync with the setting for group. Verified by reviewing /etc/nscd.conf config file. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:1828 |