This is my smb.conf:
[global]
workgroup = myworkgroup
netbios name = mercurio
server string = fileServer
security = share
map to guest = Bad User
[Share]
comment = Carella di condivisione globale
path = /home/share
guest ok = yes
public = yes
writable = yes
Everyone has r/w access to this folder and it is ok. Now I need to share another folder but with only some users. I think I must change security options but it is in the global section!
there are some other problem. here the config:
[secure folde] comment = Secure folder path = /home/secure valid users = ignazioc
but from my mac i see this message http://dl.dropbox.com/u/31437518/Screen%20Shot%202012-02-10%20at%2015.50.15.png (file not found) and this is the folder
drwxrwxrwx 4 ignazioc ignazioc 4096 Feb 10 09:39 secure/
valid users = <usernamelist>by putting below the path of the folder you want to share. you can also add invalid users's list byinvalid users=<usernamelist>– harish.venkat Feb 10 '12 at 13:58setsebool -P samba_enable_home_dirs onfor using home folders. which os you are using?? – harish.venkat Feb 10 '12 at 14:55samba.<ip of computer you are using(windows/mac)>.logand check whether youignaziocis in smbusers or not otherwise try thissmbpasswd -a smbuser– harish.venkat Feb 11 '12 at 4:36