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: Larry Jones
Subject: Re: cvs 1.11.2 and pserver on Linux
Date: Wed, 8 May 2002 11:33:52 -0400 (EDT)

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]