I was finally able to get it to connect via the DOS disk by forcing the user/group. New smb.conf below (
red is what I deleted,
green is what I added (or changed a value to)
If there's a better way to do this, please let me know.
h
Code:
[global]
workgroup = PMI
server string = %h server
obey pam restrictions = no yes
passdb backend = tdbsam
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword$
unix password sync = Yes
syslog = 0
security = group share
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
wins server = 10.0.0.1
wins server = 10.0.0.2
panic action = /usr/share/samba/panic-action %d
encrypt passwords = no
[ghostshare]
comment = Ghost share
path = /usr/share/ghostshare
valid users = ghost
force user = ghost
force group = users
create mask = 0555 0777
directory mask = 0555 0777
writeable = yes
guest ok = yes
read only = no