I have a Pi with Samba installed and working. I'm able to browse and modify the samba shares that I have configured from a Windows PC by using the IP address of the Pi (e.g. \\192.168.123.123\sharename).
I recently configured installed and configured the stuff I needed to enable WINS in /etc/nsswitch.conf. So now I'm able to ping my pi using it's hostname (raspberrypi), and I can SSH into it successfully using the hostname, but if I attempt to connect to \\raspberrypi\sharename it asks for credentials and won't connect.
Any thoughts on what I need to configure to get it working?