This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]

Thanks!

Now when you say add the passwd file in the CVSROOT does that mean the root
according to the ENV variable I setup or in the CVSROOT of each repository?
(I'm thinking the later so I can have diff users for each repository?)

Thx for the help!

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 8:18 AM
To: [EMAIL PROTECTED]
Subject: Re: [Cvsnt] pserver setup problem

On Wed, 27 Feb 2002 06:11:24 +0000 (UTC), Stacy Young
<[EMAIL PROTECTED]> wrote:

>This message is in MIME format. Since your mail reader does not understand
>this format, some or all of this message may not be legible.
>--
>[ Picked text/plain from multipart/alternative ]
>Hi all,
>
>I've seen this mentioned all over but I've yet to find a solution. I've
>installed CVSNT on my win2k server. I've got WinCVS 1.3 installed there as
>well...
>
>Env variables:
>
>CVSROOT ==== :local:d:/cvs
>HOME ==== D:\
>
>I've got the .passwd file in D:\ and in D:\cvs with two users in it. I can
>login fine ONLY if I use my NT admin username/password even though I'm
>specifying it's pserver.
>
>I modified the config file...
>
>SystemAuth====no
>
>mkdir sandbox
>cd sandbox
>cvs -d :local:c:/cvs checkout CVSROOT
>
>commited the changes...dropped my .passwd file just about everywhere just
t=>o
>make sure...
>
>Try to login under pserver, doesn't work. Try logging in under pserver with
>NT admin/pass and it still works!!
>
>Can anyone see what I'm doing wrong?
>
>Thanks! (newbie)
>

CVS does not use a file called .passwd, so whatever you do with this
file does not affect anything at all.
You need to put a file named passwd (no leading period) into the
<repository root>/CVSROOT directory. THis file must contain a list of
the accepted CVS user logins. Each such login must exist in the domain
or on the local CVSNT machine.

Also I don't think using double equals signs (====) will help a lot, the
config file parser probably is looking for single ==.

/Bo
_______________________________________________
Cvsnt mailing list
[EMAIL PROTECTED]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt


AVIS IMPORTANT:
-------------------------------
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee.  Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme.

WARNING:
-------------------------------
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above.  If you are not the intended recipient 
you are hereby notified that any disclosure, copying, distribution, or any other use 
of the information is strictly prohibited.  If you have received this document by 
mistake, please notify the sender immediately and destroy this document and 
attachments without making any copy of any kind.

_______________________________________________
Cvsnt mailing list
[EMAIL PROTECTED]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Reply via email to