I have a samba server set up with a couple of shares that I would like to access using authentication. As an initial test I was able to set them up to allow guest access, then I disabled that, enabled the 'user' authentication, and added+enabled a user using smbpasswd. I am unable to connect to the share from my windows machine, using the username@ipaddress for the username field. The windows machine is connected to an AD domain, and wonder if that is causing any of the issues I am having.
here is the share configuration
[share]
comment = an example
path = /home/spowers/Public/share
browsable = yes
guest ok = no
write list = spowers
valid users = spowers
read only = no
create mask = 0755
In the samba logs I get:
create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
Any advice?