AW: [Cvs-nserver-users] (no subject)
Brought to you by:
tyranny
|
From: <jue...@cy...> - 2003-01-29 09:48:15
|
Remove the line=20
SystemAuth=3Dyes=20
from CVSROOT/config
=20
Juergen
=20
=20
-----Urspr=FCngliche Nachricht-----
Von: cvs...@li...
[mailto:cvs...@li...] Im Auftrag von
Todd Eshler
Gesendet: Dienstag, 28. Januar 2003 20:32
An: cvs...@li...
Betreff: [Cvs-nserver-users] (no subject)
=20
=20
I am having trouble with cvs-nserver verifying users. First let me
explain my setup before I explain the problem
=20
=20
I am launching cvs-pserver using xinetd. Here is the cvspserver file
contents for xinetd.d
=20
service cvspserver
{
socket_type =3D stream
protocol =3D tcp
wait =3D no
user =3D root
passenv =3D PATH
server =3D /usr/bin/cvs-pserver
server_args =3D /usr/local/cvsroot --
/usr/local/bin/checkpassword-pam -d -s cvspserver -- /usr/bin/cvs
pserver
disable =3D no
}
=20
I have the PAM authentication working. I have verified secure log
entries. Here is my problem:
=20
When I perform the following:
cvs -d :pserver:someuser@someserver:/usr/local/cvsroot login
=20
I type in my password at the prompt and no error occurs
=20
Then I perform the following and this is where my problem occors:
=20
cvs =96d:pserver:someuser@someserver:/usr/local/cvsroot checkout module
=20
Here is the output:
=20
cvs [server aborted]: SystemAuth is not used any more. Please read
cvs-pserver(
8)
=20
cvs checkout: warning: unrecognized response `I HATE YOU' from cvs
server
cvs [checkout aborted]: end of file from server (consult above messages
if any)
=20
=20
Any suggestions on what is going on here would be helpful.
=20
Thanks.
--Todd
=20
=20
=20
=20
=20
=20
=20
|