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.
Tony Lin wrote: > Hi, > > I wonder if anyone know how to set it right? > > I have Eclipse 3.1 m4 configured to use extnt.exe, and extnt.ini is > configured to use sspi. > > It works with local user accountS on the CVS server. > But failed for a domain user account, e.g > :ext:myDomain\myUserName at myServer:/myRepository. I received "Authentication > failed" message. > > I was able to use CVS login command to log onto the server with > :sspi:myDomain\myUserName at myServer:/myRepository. > Try two backslashes.. it's possible eclipse is parsing the backslash as an escape character. You can test on the command line using ext, eg. cvs -d :ext;command="'d:/cvsbin/extnt.exe %h %l %u cvs server'":cvs.cvsnt.org:/usr/local/cvs version (Replace the paths etc. to suit) Tony