Hi im really new to linux but ive spent the last 2 days trying to get this working in the end i uninstall samba and reinstall made my smb.conf like below and all is working.
Code:
[global]
workgroup = MSHOME
netbios name = suse
security = share
[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes
[Programs]
comment = All Programs
path = /windows/data/Programs
read only = No
[Pictures]
comment = All groups
path = /windows/tyron/Pictures
read only = No
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775