@emaste since you're doing patches...
https://reviews.freebsd.org/D38047
😃
I've got 3 in total that I am trying to get in in time for 14.1 . 2 of which have been open for > 6 months
@emaste It is one logical change; it is allowing NSCD to respond to getgrouplist(3). but that is an entirely different 'kind' of call (the way NSCD is structured is around 'database' and 'key' and 'method'. So if you have database 'group' and key 'name' and method 'name lookup', well, that is 'get group entry by name'. In this case the 'name' isn't the group name, it is a user name, and the response isn't a group entry, but a list of groups.