next build
mouring at etoh.eviladmin.org
mouring at etoh.eviladmin.org
Mon Feb 5 08:21:53 EST 2001
On Sun, 4 Feb 2001, Kevin Steves wrote:
> On Sun, 4 Feb 2001 mouring at etoh.eviladmin.org wrote:
> : Hey, Steve.. since you put together the group access patch to OpenBSD. Do
> : you recomend a better place or a better value for NGROUPS_MAX? It's not
> : defined within the NeXTStep headers. Otherwise I'd perfer to put it in
> : defines.h as a fall back incase NGROUPS_MAX is not found.
>
> i think defines.h is a good place, but it should probably be 0 if not
> defined, which indicates that supplementary groups are not supported:
>
> #ifndef NGROUPS_MAX
> #define NGROUPS_MAX 0
> #endif
>
> the groupaccess code does handle this case, and you get the old
> behaviour of using just the primary group.
>
<nod> Makes sense to me. Commited.
- Ben
More information about the openssh-unix-dev
mailing list