aperezdc / nss-altfiles

NSS module to read passwd/group files from alternate locations
GNU Lesser General Public License v2.1
41 stars 19 forks source link

Initgroups for nss-altfiles #14

Open vcode11 opened 3 weeks ago

vcode11 commented 3 weeks ago

Nss-altfiles doesn't support initgroups this makes systems fail when nscd is down. Is it possible to support initgroups similar to how nss-files supports it?

vcode11 commented 3 weeks ago

If one adds altfiles as a backend in /etc/nsswitch.conf glibc falls back to groups automatically. So that is a mitigation for this issue.