info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: cvs 1.11.2 and pserver on Linux


From: Zanabria, Moises
Subject: RE: cvs 1.11.2 and pserver on Linux
Date: Wed, 8 May 2002 10:43:44 -0500

What About if I've more that one group that needs access the source, for
example group dev and dev1
How can I configure my cvspserver?
something like ...

>         socket_type     = stream
>         protocol        = tcp
>         wait            = no
>         group           = dev dev1 

Please advised.
Moises.


-----Original Message-----
From: address@hidden [mailto:address@hidden
Sent: Wednesday, May 08, 2002 10:34 AM
To: address@hidden
Cc: address@hidden; address@hidden; address@hidden
Subject: Re: cvs 1.11.2 and pserver on Linux


Zanabria, Moises writes:
> 
> Larry wrote:
> >if you're compiling with SETXID_SUPPORT you *don't* want to add that
line.
> That does means that I need to rebuild without setgid(getegid()); and only
> with SETXID_SUPPORT ??

Yes.

> Larry wrote:
> >That means that you must configure [x]inetd to run CVS as some group
other
> than p3cvsg for it to work
> >correctly.
> I'm not quite sure what do you mean in this point.

I mean that in your xinetd config file:

> service cvspserver
> {
>         disable         = no
>         socket_type     = stream
>         protocol        = tcp
>         wait            = no
>         group           = p3cvsg
>         user            = root
>         server          = /usr/bin/cvs
>         passenv         = PATH
>         server_args     = -f --allow-root=/local/p4cvs/src pserver
> }

you need to change group to something other than p3cvsg.

-Larry Jones

Fortunately, that was our plan from the start. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]