nwrap: Implement getgrouplist() correctly
authorPavel Filipenský <pfilipensky@samba.org>
Mon, 16 Jan 2023 19:52:45 +0000 (20:52 +0100)
committerAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2023 08:56:35 +0000 (09:56 +0100)
commit01b66b0a51deb538cfc5a31230053cc5128b0a46
treeb165bb4b12a61aa36ccc4970718113b33d335e9d
parent5b601190c87f768f1bf77fd8b993f6b3ad98ac24
nwrap: Implement getgrouplist() correctly

The main job is done in nwrap_getgrouplist() that will be used also by
initgroups() next.

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
src/nss_wrapper.c