Closed joakim-tjernlund closed 6 days ago
Some services, like sssd, can optimize away grp->gr_mem which makes this module fail group lookup. Hide old method behind USE_GR_MEM define. Default to use getgrouplist(3) instead.
replaced by https://github.com/phokz/mod-auth-external/pull/55
Some services, like sssd, can optimize away grp->gr_mem which makes this module fail group lookup. Hide old method behind USE_GR_MEM define. Default to use getgrouplist(3) instead.