search for: wrong_password

Displaying 2 results from an estimated 2 matches for "wrong_password".

2005 Jun 03
1
NT_STATUS_WRONG_PASSWORD with multiple concurrent connects from same IP Address.
...et, we can line up the challenge we sent, and correctly finish the state machine. If as in Samba3, we do not include a vuid (we send 0) to connect to the correct state machine, we would logically link a 'challenge' with an 'auth' to which there is no relation. This then results in WRONG_PASSWORD, as the cryptography is wrong. The RAW-CONTEXT test from Samba4 should demonstrate this nicely. > I need to understand if there are security or performance implications > to this setting. In particular, it will not be possible to use kerberos in any form to this server and NTLM2 will not b...
2005 Apr 04
6
NT_STATUS_WRONG_PASSWORD with multiple concurrent connects from same IP Address.
...authentications for each). I have turned on Log level 2, and see the following message in my log file for the failed attempts: [2005/03/30 14:33:03, 2] auth/auth.c:check_ntlm_password(307) check_ntlm_password: Authentication for user [det-liv-cd1] -> [det-liv-cd1] FAILED with error NT_STATUS_WRONG_PASSWORD Just prior to, and right after these error messages, there are messages saying that the user ID and password were accepted! det-liv-cd1 is a local user id, and this same user ID is used for all the transfers. We've tried changing the max mux setting 5000, and this seems to reduce, but not e...