Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <426EDE35.6533E5F1@dessent.net> Date: Tue, 26 Apr 2005 17:35:01 -0700 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Problem with 'cvs login' References: <959DF48BD1458D4C8DBFDAC8DF80D7F701D500A2 AT europa DOT ats DOT sensis DOT com> <426EC8A4 DOT 16D51752 AT dessent DOT net> Content-Type: text/plain; charset=iso-8859-1 X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j3R0Ws9I015990 René Berber wrote: > But the point is: is Cygwin's port of CVS different than the regular CVS we use > under UNIX? The difference being that under Cygwin you must create your own > repository password file (I use cvsadmin, a separate program, to do that BTW). The CVS that is packaged with Cygwin is the same CVS that is standard on all unix systems, as far as I know. What I don't know is if 'fallback' authentication works. If you have a valid /etc/passwd file, and the user/password combination exists as a valid Windows user with that password, then it ought to. But, if CVS is looking to find a crypted password in /etc/passwd then it won't work, because that's not how windows stores passwords. If it doesn't, then you'll have to create a CVS passwd file and use the 'crypt' utility to get the crypt()-ed password. The reason I recommended ssh was that I know for sure that its authentication works fine against the windows users and their passwords, so using it would be both more secure and easier to setup (no duplication of accounts between windows users and CVS passwd.) But, if you don't want cvs users to map onto actual users, then using CVS passwd would be better. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/