Now it works !!!!!! > After this the passwd file would look like: > MyCVSlogin:#@k7r3!fgrwk:MyNTUser > Where the first part is the new cvs login and the middle part is the cvs password > (encrypted) for this login and the third part is the valid NT user login to be used > as alias when MyCVSlogin connects. I removed the middle-part (the password) by hand (with an text editor), so it will look like this: MyCVSlogin::MyNTUser
Now I'm able to do the following from an remote client: C:\> cvs -d :pserver:MyCVSLogin@cvssrv:/Repository login Logging in to :pserver:MyCVSLogin@cvssrv:2401/Repository CVS password: ValidNTUserPassword C:\> That's what I wanted :-) But it only works with the pserver-protocol, not with the sspi-protocol: C:\> cvs -d :sspi:MyCVSLogin@cvssrv:/Repository login Logging in to :sspi:MyCVSLogin@cvssrv:2401/Repository CVS password: ValidNTUserPassword cvs [login aborted]: : Authentication failed C:\> Is this a bug or another feature where my opinion how it should work is different :-) ? with regards, Matthias _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
