next build
Kevin Steves
stevesk at sweden.hp.com
Sun Feb 4 23:40:15 EST 2001
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.
More information about the openssh-unix-dev
mailing list