I tired to mount a Windows SMB share in Linux using autofs, but I kept getting 'access denied'
I decided to test it using smbclient, but I am just getting 'session setup failed: NT_STATUS_CONNECTION_RESET'.
sudo smbclient //myfileserver/myshare$ -U windows_service_account -W MYDOMAIN
There shouldn't be a firewall and the errors aren't very helpful.
Any idea what to check next?