Sébastien Morand wrote: > I'm implementing a samba share on OpenBSD 5.9 and I'm getting in trouble > because of the NGROUPS_MAX limitation to 16 groups per user. Is there any > way to increase this value? > > For instance recompiling kernel with /usr/src/sys/sys/syslimits.h modified > (NGROUPS_MAX to 32 or 64)? Using yellowpage?
That define is used all over in userland too. It is a bad idea to change it.