info-cvs
[Top][All Lists]
Advanced

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

RE: cvs with xinetd


From: Gianni Mariani
Subject: RE: cvs with xinetd
Date: Wed, 2 May 2001 21:59:24 -0700

Adam,
 
The following is the configuration file I use for xinetd and it works like a charm !
 
G
 
----------------------------------------------------------------------------------------------------------------------
# default: on
# description: The cvspserver provides support for cvs network connections \
#       unencrypted username/password pairs for authentication.
service cvspserver
{
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        env              = HOME=
        server          = /usr/bin/cvs
        server_args     = --allow-root=/usr1/cvsroot pserver
 
        log_on_failure  += USERID
}
 
-----Original Message-----
From: address@hidden [mailto:address@hiddenOn Behalf Of Adam W. Montville
Sent: Wednesday, May 02, 2001 4:26 PM
To: Info-Cvs
Subject: cvs with xinetd

Can anyone explain how to set up CVS to work with xinetd rather than inetd?  Also, I've been experiencing problems with my pserver authentication.  This may be due to the fact that RedHat installed with MD5 passwords enabled.  Does this pose the problem I think it might?
 
Regards,
 
Adam Montville

reply via email to

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