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.
Hi. My host belongs to a workgroup in a office LAN environment. --- Host info: * Windows XP Professional (hostname: TPA22P) * keys (Administrators group member on TPA22P) * CVSNT2.0.14 * CVSNTcontrol panel applet settings: -Only Impersonation enabled is checked * CVSROOT/passwd file not created * SystemAuth setting is commented out. (#SystemAuth=Yes) --- Why can I connect to localhost CVSNT server with :sspi: ? (like below) Isn't it authenticated by domain? --- C:\home\keys>set CVSROOT=:sspi:TPA22P:/test C:\home\keys>cvs ls -l -R Listing modules on server : : Directory CVSROOT/Emptydir C:\home\keys> --- Also, why do I fail to connect like below ? --- C:\home\keys>set CVSROOT=:sspi:keys at TPA22P:/test C:\home\keys>cvs ls -l -R cvs [ls aborted]: Authentication protocol rejected access C:\home\keys> --- Thanks.