mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Comment out initgroups from example nsswitch.conf (Bug 25146)
In commit 4b7c74179c
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.
This commit is contained in:
parent
177a3d48a1
commit
eed1f6fcdb
@ -58,7 +58,8 @@ ethers: files
|
||||
group: files
|
||||
gshadow: files
|
||||
hosts: files dns
|
||||
initgroups: files
|
||||
# Allow initgroups to default to the setting for group.
|
||||
# initgroups: files
|
||||
netgroup: files
|
||||
networks: files dns
|
||||
passwd: files
|
||||
|
Loading…
Reference in New Issue
Block a user