Drew Ruggles's picture

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 = yes

Thoughts?

Drew

Forum: