Actions:
|
2019-10-15 12:58 AEST by Arthur Barrett - if you try and use sspi with a username, then usuaully cvsagent will prompt you for a password.
But if you are using ext / extnt then it will now
cvs -d :sspi:scott@localhost:/myrepo rls
set CVS_EXT="C:\PROGRA~2\CVS Suite\CVSNT\extnt.exe" sspi -l scott
cvs -d :ext:scott@sspi:/myrepo rls
[extnt] connect aborted: server localhost rejeced access to /myrepo
I suspect this is because ext doesn't support login - it's not extnt's fault - it's the design of ext - it's supposed
to be used with certificates.
cvs -d :ext:scott@sspi:/myrepo login
cvs [login aborted]: The :ext: protocol does not support the login command |