Forum archive
Can't connect to a Samba Share
I have TKL Core with Samba Server installed. I've been through Webmin and Samba documentation, but can't get it to connect. I'm pretty sure my configuration is correct, but could be wrong, when I use the command line in Windows to connect, I get:
>net use x: \\192.168.0.19\temp The password is invalid for \\192.168.0.19\temp. To connect 192.168.0.19\Guest to 192.168.0.19, press ENTER, or type a new user n ame: Drew Enter the password for 192.168.0.19: System error 58 has occurred. The specified server cannot perform the requested operation.
I have a share labeled, "temp" and "Drew" is a valid Samba user. Here is my smb.conf Global settings:
#======================= Global Settings =======================
[global]
log file = /var/log/samba/log.%m
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
obey pam restrictions = yes
null passwords = yes
map to guest = bad user
encrypt passwords = yes
passwd program = /usr/bin/passwd %u
passdb backend = tdbsam
wins support = true
dns proxy = no
netbios name = smb-antilles
writeable = yes
server string = %h server (Samba, Ubuntu)
path = /tmp
unix password sync = yes
workgroup = BONESATHOME
os level = 20
valid users = Drew
syslog = 0
security = share
panic action = /usr/share/samba/panic-action %d
usershare allow guests = yes
max log size = 1000
pam password change = yesThoughts?
Drew
Jumped on the SO's Mac and tried to hook up to the Samba share. This time, if I entered the address wrong, it gave me a no-such-place type of error, whereas when I entered: smb://192.168.0.19/temp it gave me a bad user name or password response. In a way, that's a good thing, but in another, I'm at a bit of a loss as to how to correct, since I've already updated password on the change password module in webmin.
Drew