[Cvsnt] Re: user-aliases ? - PARTIALLY WORKING NOW
Matthias Mohr
MMohr at SysDesign-EDV.de
Tue Apr 2 11:30:28 BST 2002
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 at cvssrv:/Repository login
Logging in to :pserver:MyCVSLogin at 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 at cvssrv:/Repository login
Logging in to :sspi:MyCVSLogin at 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
Cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
More information about the cvsnt
mailing list