Nested groups support for smbd

Stefan Völkel Stefan.Voelkel at millenux.com
Fri Feb 20 13:05:53 GMT 2004


Hello,

> +static void add_gid_to_array_unique(gid_t gid, gid_t **groups, int
> *ngroups) +{
> +	int i;
> +
> +	if ((*ngroups) >= groups_max())
> +		return;

Is there a way to work around the NGROUPS limit?

	Stefan



More information about the samba-technical mailing list