[cvsnt] Newbie: remote login with sspi

Glen Starrett grstarrett at cox.net
Tue Apr 1 00:16:58 BST 2003


CVSNT does allow the Login command though, and it provides for when you are
logged in as BillS but need to login to CVS as MaryJ, e.g.:
	cvs -d :sspi:maryj at myserver:/repos login
	CVS Password:******

Someone pipe up if I have this wrong, I haven't actually checked this.

Glen Starrett


-----Original Message-----
From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org]On Behalf
Of Alexandre Augusto Drummond Barroso
Sent: Monday, March 31, 2003 3:53 PM
To: Mike; cvsnt at cvsnt.org
Subject: RE: [cvsnt] Newbie: remote login with sspi


What do you mean by local user? Local to your machine or local to your
network.
With SSPI protocol, you *don't* login using login command. Cvs authenticates
your connection using the windows login name. Usually a PDC (Primary Domain
Controller) authenticates a user as being a valid network user (not a local
user) if you login to the domain. Because of this situation, you don't need
valid passwords inside your passwd: CVSNT will never use them with SSPI
connections. It only checks passwords when connected through pserver or
rhosts.
Using SSPI when you issue a command to the cvs server, it authenticates your
*Windows* connection and checks if your login name exists inside passwd
file.

Cheers,

Xandao.

> -----Original Message-----
> From: Mike [mailto:kalifeh at hotmail.com]
> Sent: Monday, March 31, 2003 7:27 PM
> To: cvsnt at cvsnt.org
> Subject: [cvsnt] Newbie: remote login with sspi
> 
> 
> Hi,
> 
> Ive set up cvsnt on one computer running winXP and its 
> working fine with
> sspi for local users. Im not exactly sure however, how to 
> access the cvsnt
> server from a remote machine (also running winXP).
> 
> on the server i added the remote user to the repository 
> passwd file with a
> domain
> >cvs passwd -D <client ip> -a matt
> 
> on the remote client i set the cvs root
> >set cvsroot=:sspi:<server ip>:/test
> 
> and then try to login
> >cvs login
> and i get:
> cvs [login aborted]: unrecognized auth response from 137.82.2.80 cvs
> [server aborted]: Authentication failed
> 
> i have played with the SystemAuth variable in config. I also set
> cvs_client_log on the client, but no output file is created.
> 
> Im probably doing things completely wrong, but i havent found 
> a solution
> online yet.
> 
> Thanks,
> Mike
> 
> _______________________________________________
> cvsnt mailing list
> cvsnt at cvsnt.org
> http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
> 
_______________________________________________
cvsnt mailing list
cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt


More information about the cvsnt mailing list