Subject: setting up cvs with cvs passwd file
To: None <netbsd-help@netbsd.org>
From: Murray Armfield <murray@river-styx.org>
List: netbsd-help
Date: 06/11/2001 13:51:06
Hi Folks,
I am trying to get a cvs server set up correctly using pserver, using the
copy of cvs in NetBSD-current.
If I set SystemAuth=no as per default and define passwd to have one line of
just:
anoncvs
when I try to cvs login from a client authentication fails. BTW I'm using,
setenv CVSROOT :pserver:anoncvs@mymachine.home.org:/path/to/cvsroot
However, if I turn SystemAuth on then I can login using my unix account and
setenv CVSROOT :pserver:mylogin@mymachine.home.org:/path/to/cvsroot
Can anyone help me get authentication going using SystemAuth=no please?
Regards,
Murray Armfield