Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Bo Berglund wrote: >On Thu, 26 Jun 2003 07:21:12 -0700, Jonas Geiregat <eniac at sdf-eu.org> >wrote: > > > >>First I do >>set cvsroot=:sspi:eniacBOX:/test >>then I add a new user >>cvs passwd -a -r "eniac" "testuser" >>He asks me to give in a passwd so I do that >>then I reset my cvsroot to :sspi:testuser at eniacBOX:/test >>then I do cvs login >>and I get: >>Loggin in to :sspi:testuser at eniacBOX:2401:/test >>CVS password: ******** >>cvs [login aborted]: unrecognized auth response from eniacBOX: cvs >>[server aborted]: Authentication failed >>but I can login as user eniac .... >>What could it be ? >> >> > >You are mixing up :pserver: and :sspi: >Setting passwords etc with the cvs passwd command *only* affects the >pserver protocol connections. For sspi the NT user database is always >used. > > > >/Bo >(Bo Berglund, developer in Sweden) >_______________________________________________ >cvsnt mailing list >cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook >http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs > > > > You can use other none system users with sspi protocol got from the wiki: But you can "alias" a CVS login to a "real" user by this command: so I did that cvs passwd -a -r "real_account" "cvs_account" Tryed to login with cvs_account and I get cvs [login aborted]: unrecognized auth response from eniacBOX: cvs [server aborted]: Authentication failed