Accessing Samba Share in Vista
I am running Vista Ultimate x64. I have a VM with CentOS 5. I have Samba setup very basically with the following smb.conf:
Code:
[global]
workgroup=WORKGROUP
server string=ROTT-VM-1
security=user
log file=/var/log/samba.%m
max log size=50
[homes]
guest ok=yes
read only=no
[Share]
path=/home/rottweiler/share
public=yes
writable=yes
Connecting from Vista, I see the computer name, but am asked for a password when connecting. If I add
Code:
map to guest = bad user
then I can connect without using a password. However, I get the following error if I try to access the Share or homes folder
Code:
\\ROTT-VM-1\homes is not accessible. You might not have permission to use this network resource.
What do I need to do to be able to access this samba share from Vista without giving a username and password?
I have already tried setting the LAN Manager authentication level to Code:
Send LM & NTLM - use NTLMv2 session security if negotiated
and restarting.
I have also tried giving the group and other write privilege on the share folder. Currently the permission on the folder is drwxr-xr-x.
The LAN Manager authentication level seems to be the answer everywhere I look online, but it doesn't seem to change anything for me.
Thank you for any help.