RE: newbie pserver question

2001-05-01 Thread Bishop, Murray
> From: Toby Tremayne [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, May 02, 2001 1:09 PM > To: info cvs > Subject: newbie pserver question > > I know this is going to seem really naive, but I'm really stuck with this. > > I've installed CVS pserver on a li

newbie pserver question

2001-05-01 Thread Toby Tremayne
I know this is going to seem really naive, but I'm really stuck with this. I've installed CVS pserver on a linux box and it seems to work quite happily. What I'm trying to do now is test a bunch of mac and windows clients. I've started with WinCVS. My situation is this - my predecessor install

Re: pserver question

2001-03-03 Thread Peter Ajamian
Jari Aalto+usenet wrote: > > * Thu 2001-03-01 [EMAIL PROTECTED] (Peter Ajamian) gnu.cvs.help > * > | Ceartainly that will encrypt the password for you, but the cvspwd > | utility I created will fully manage the passwd and readers files for > | you, allowing you to add and remove users, set them

Re: pserver question

2001-03-01 Thread Peter Ajamian
"Derek R. Price" wrote: > > Peter Ajamian wrote: > > > The passwords are not stored plain text in the passwd file, they have to > > be encrypted with the crypt() function. There's a utility available > > that I just finished work on this past week which will maintain the > > passwd and readers

Re: pserver question

2001-03-01 Thread Eric Siegerman
On Thu, Mar 01, 2001 at 11:38:16AM -0500, Derek R. Price wrote: > Peter Ajamian wrote: > > There's a utility available > > that I just finished work on this past week which will maintain the > > passwd and readers files for you automatically (it works similar to the > > regular Unix passwd program

Re: pserver question

2001-03-01 Thread Derek R. Price
Peter Ajamian wrote: > The passwords are not stored plain text in the passwd file, they have to > be encrypted with the crypt() function. There's a utility available > that I just finished work on this past week which will maintain the > passwd and readers files for you automatically (it works s

Re: pserver question

2001-02-27 Thread Peter Ajamian
> From: "Furmaniuk, Michael" <[EMAIL PROTECTED]> > Date: Tue, 27 Feb 2001 09:37:10 -0500 > > My problem: > I ... have changed the line in > config to SystemAuth=no, and added the passwd file, > > However, if I try to use the passwd file I either get an incorrect > password error if I chan

RE: pserver question

2001-02-27 Thread Furmaniuk, Michael
ECTED] Subject: Re: pserver question Furmaniuk, Michael writes: > > I know the passwd file is updated, I have had the new passwd file checkout > with CVSROOT, I've deleted the directory and checked it out again to get the > file. When I have done the update the changes show up the

Re: pserver question

2001-02-27 Thread Larry Jones
Furmaniuk, Michael writes: > > I know the passwd file is updated, I have had the new passwd file checkout > with CVSROOT, I've deleted the directory and checked it out again to get the > file. When I have done the update the changes show up there. But it's $CVSROOT/CVSROOT/passwd that's signi

RE: pserver question

2001-02-27 Thread Furmaniuk, Michael
EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 9:57 AM To: 'Furmaniuk, Michael'; Info-Cvs (E-mail) Subject: RE: pserver question check in your actualy cvs tree and make sure the passwd file that is there is the one you want. the passwd file is not included in the checkout/commit of CVSROO

RE: pserver question

2001-02-27 Thread Hanser, Kevin
they forgot to remove... which could be a security problem. So edit the passwd file directly from the tree... Kevin -Original Message- From: Furmaniuk, Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 9:37 AM To: Info-Cvs (E-mail) Subject: pserver question I tried

pserver question

2001-02-27 Thread Furmaniuk, Michael
I tried looking within the archives for a similar problem, but couldn't find anything similar. My problem: I have built the CVS 1.11 version on Solaris 2.6, have changed the line in config to SystemAuth=no, and added the passwd file, with an anonymous user to run as me on the server (anony