I've verified multiple times that I'm entering the correct password, including changing it to "test". I've verified it's using NTLMv2... all the usual stuff.
Running `smbclient -U redacted \\\\servername\\sharename` from the Linux server connects fine too.
In the Samba logs I see this when I try to connect with VLC:
Code: Select all
[2020/10/06 10:47:57.614698, 2] ../../source3/auth/auth.c:343(auth_check_ntlm_password)
check_ntlm_password: Authentication for user [redacted] -> [redacted] FAILED with error NT_STATUS_WRONG_PASSWORD, authoritative=1
[2020/10/06 10:47:57.614785, 2] ../../auth/auth_log.c:635(log_authentication_event_human_readable)
Auth: [SMB2,(null)] user [WORKGROUP]\[redacted] at [Tue, 06 Oct 2020 10:47:57.614765 PDT] with [NTLMv2] status [NT_STATUS_WRONG_PASSWORD] workstation [] remote host [ipv4:192.168.1.71:49397] mapped to [WORKGROUP]\[redacted]. local host [ipv4:192.168.1.200:445]
{"timestamp": "2020-10-06T10:47:57.614910-0700", "type": "Authentication", "Authentication": {"version": {"major": 1, "minor": 2}, "eventId": 4625, "logonId": "0", "logonType": 3, "status": "NT_STATUS_WRONG_PASSWORD", "localAddress": "ipv4:192.168.1.200:445", "remoteAddress": "ipv4:192.168.1.71:49397", "serviceDescription": "SMB2", "authDescription": null, "clientDomain": "WORKGROUP", "clientAccount": "redacted", "workstation": "", "becameAccount": null, "becameDomain": null, "becameSid": null, "mappedAccount": "redacted", "mappedDomain": "WORKGROUP", "netlogonComputer": null, "netlogonTrustAccount": null, "netlogonNegotiateFlags": "0x00000000", "netlogonSecureChannelType": 0, "netlogonTrustAccountSid": null, "passwordType": "NTLMv2", "duration": 18654}}