Comment #5 on issue 29862 by [email protected]: Use SSPI on Windows clients for automatic login to generate tokens for NTLM and Negotiate http://code.google.com/p/chromium/issues/detail?id=29862
Once I started implementing this I noticed that if I entered an invalid username/password combination, AcquireCredentialsHandle will fail on the client. I'd like to change the signature of GenerateCredentials to return an error code and re-open the username/password dialog box when this happens rather than re-issue a request with an invalid token to the server. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
