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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 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