No bug! The CVS system is designed such that you can control which users are allowed access via the passwd file. But this is only a selection of one or more of the already existing system users. Once CVS finds that the user is allowed to use CVS it switches to that user account for the remainder of the session. The password in the CVS passwd file need not (should not) be the same as the system password for that user, it is just used to tell CVS that the user is OK. This way the true password is never transmitted over potentially insecure connections.
/Bo -----Original Message----- From: josep [mailto:[EMAIL PROTECTED]] Sent: den 7 februari 2002 09:18 To: [EMAIL PROTECTED] Subject: Re: [Cvsnt] Problems connecting Eclipse to CVSNT Yes, using the same username and password works. But, is that a bug? Thanks, Josep "Bo Berglund" <[EMAIL PROTECTED]> escribi� en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Wed, 6 Feb 2002 12:13:39 +0000 (UTC), "josep" > <[EMAIL PROTECTED]> wrote: > > >I'm new at CVS and also to CSVNT. > > > >I've installed the CSVNT server on my Win2K Professional system and when I > >try to connect it from the Eclipse IDE I always get a message telling that > >the user doesn't exist. > >If I put a wrong password I get a message telling that the authetification > >has failled. > > > >I'm connecting with the pserver protocol and I've created the passwd file > >with the pwgen tool for the encrypted password. > >I've tried the version 1.11.1.2 (Build 41) and the version CVSNT 1.11.1.3 > >beta 7 (Build 49). > > > >Therefore I can connect to a Linux server with CVS. > > > >Could anybody help me? > > > >Thanks, > > > >josep > > It is not enough to create a user in the passwd file. The user must > also exist as a valid user account on the server machine or on the > domain. > > > /Bo > (Bo Berglund, developer in Sweden) > _______________________________________________ > Cvsnt mailing list > [EMAIL PROTECTED] > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
