Re: Is there /etc/groups limits?

2005-11-06 Thread Peter Clutton
On 11/5/05, Evren Yurtesen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is there a limit on how many groups a user can belong to?

I believe you can enter in the groups file as many as you want, but
only 16 will be used, so the limit is 16.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Is there /etc/groups limits?

2005-11-06 Thread Andrew P.
On 11/6/05, Uwe Laverenz <[EMAIL PROTECTED]> wrote:
> On Sat, Nov 05, 2005 at 02:57:55PM +0200, Evren Yurtesen wrote:
>
> > For example, is there a limit which would stop apache to work because
> > the www user is member of 1 groups?
>
> Apache wouldn't stop working, but there is a limit of 16 groups that a
> user can be member of.
>
> Uwe
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

Yes, apache seems to look at a user's primary group only,
which might be a bug.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Is there /etc/groups limits?

2005-11-06 Thread Uwe Laverenz
On Sat, Nov 05, 2005 at 02:57:55PM +0200, Evren Yurtesen wrote:

> For example, is there a limit which would stop apache to work because 
> the www user is member of 1 groups?

Apache wouldn't stop working, but there is a limit of 16 groups that a
user can be member of.

Uwe

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Is there /etc/groups limits?

2005-11-05 Thread Evren Yurtesen

Hi,

Is there a limit on how many groups a user can belong to?
For example

user1:*:1000:www
user2:*:1001:www
user3:*:1002:www
...
...
...

For example, is there a limit which would stop apache to work because 
the www user is member of 1 groups?


Thanks,
Evren
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"