Re: Overide NGROUPS_MAX

2016-07-12 Thread Sébastien Morand
On Tue, Jul 12, 2016 at 4:35 PM, Alexandre Ratchov wrote: > > On Tue, Jul 12, 2016 at 04:11:07PM +, Sébastien Morand wrote: > > Hi everybody, > > > > 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

Re: Overide NGROUPS_MAX

2016-07-12 Thread Alexandre Ratchov
On Tue, Jul 12, 2016 at 04:11:07PM +, Sébastien Morand wrote: > Hi everybody, > > 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

Re: Overide NGROUPS_MAX

2016-07-12 Thread Ted Unangst
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 >

Overide NGROUPS_MAX

2016-07-12 Thread Sébastien Morand
Hi everybody, 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