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.
"Matthew Beermann" <mbeerman at yahoo.com> wrote in message news:mailman.403.1135710580.17086.cvsnt at cvsnt.org... > We recently upgraded from CVSNT 2.0.X to 2.5.X (latest), and discovered that things > broke for certain users. Specifically, if you attempting to log in as a member of > the default domain, all is well: > > cvs -d :pserver:username at server:/projects login > (succeeds) Ok. This is normal :pserver: syntax. "username" must be defined in the CVSROOT/passwd file on the server. > However, if you attempt to log in as a user on one of the other domains that the > server is aware of, it fails: > > cvs -d :pserver:otherdomain\username at server:/projects login > (will be rejected regardless of password) > > This used to work for us before we upgraded. I am wondering that this should have worked with CVSNT 2.0.X.!? For :pserver: protocol the name "otherdomain\username" must then be defined in the passwd file. If this is not the case, it cannot work; but if this name is defined you should test, if the login works when you escape the "\" character: cvs -d :pserver:otherdomain\\username at server:/projects login > We can't use the sspi protocol; > Maven 1 doesn't support it. Maven 1 does support ntserver, which in turn CVSNT > no longer supports. :( Maven 1 ???? > Any suggestions on how to make this work? > see above Best regards Jan Giesen