phokz / mod-auth-external

External Authentication Module for Apache HTTP Server - mod_authnz_external
37 stars 14 forks source link

mod_authz_unixgroup: Use getgrouplist #54

Closed joakim-tjernlund closed 6 days ago

joakim-tjernlund commented 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.

joakim-tjernlund commented 6 days ago

replaced by https://github.com/phokz/mod-auth-external/pull/55