Well, I copied mine but inserted your machines name. At worst, backup the one you have, insert this one, type SMBD RESTART, and see what happens.
You still have to add machine accounts and users if you haven't
If you are online, you can try messaging me.
MSN -
musicman_ace@msn.com
AIM - musicmanace
# Doc Title: smb.conf
# Location: /etc/samba/smb.conf
# Date: 2004-05-21
# Creator: Carnahan
# Version: Samba 3.0.2
[global]
workgroup = morandad.local
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
printer admin = @ntadmin, root, administrator
username map = /etc/samba/smbusers
map to guest = Bad User
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
security = user
encrypt passwords = yes
server string = Samba 3 PDC
netbios name = morandad.local
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
domain master = yes
domain logons = yes
local master = yes
preferred master = yes
os level = 65
ldap suffix = dc=example,dc=com
[homes]
comment = Home Directories
valid users = %S
browseable = no
read only = No
inherit permissions = Yes
guest ok = no
printable = no
[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
browseable = yes
guest ok = no
printable = no
[users]
comment = All users
path = /home
read only = No
inherit permissions = Yes
veto files = /aquota.user/groups/shares/
browseable = yes
guest ok = no
printable = no
[groups]
comment = All groups
path = /home/groups
read only = No
inherit permissions = Yes
browseable = yes
guest ok = no
printable = no