leonardorame
Contributor
- Joined
- Jun 30, 2018
- Messages
- 106
Hi, one application running on Windows 2008 needs to read files from my FreeNAS 11 server using an IIS Virtual Directory with passthrough authentication. The samba4 log file shows this:
As you can see, the user SynapseWPG is trying to connect to the share /synapse_j. If I try to do the same with smbclient I can connect without issues.
Any hint?
Code:
[2018/08/20 15:23:17.346882, 2] ../source3/param/loadparm.c:2787(lp_do_section) Processing section "[synapse_j]" [2018/08/20 15:23:17.347468, 2] ../source3/auth/auth.c:332(auth_check_ntlm_password) check_ntlm_password: Authentication for user [SynapseWPG] -> [SynapseWPG] FAILED with error NT_STATUS_WRONG_PASSWORD, authoritative=1 [2018/08/20 15:23:17.347518, 2] ../auth/auth_log.c:760(log_authentication_event_human_readable) Auth: [SMB2,(null)] user [SYNIDS]\[SynapseWPG] at [Mon, 20 Aug 2018 15:23:17.347504 -03] with [NTLMv2] status [NT_STATUS_WRONG_PASSWORD] workstation [SYNIDS] remote host [ipv4:192.65.214.203:56046] mapped to [SYNIDS]\[SynapseWPG]. local host [ipv4:192.65.214.197:445]
As you can see, the user SynapseWPG is trying to connect to the share /synapse_j. If I try to do the same with smbclient I can connect without issues.
Any hint?