Samba - permission issue
- by user88432
I am trying to get samba to work properly... I have a "Movies" share (//server/Movies), I want only root account to be able to upload and delete. Guest can view "Movies" share without password/login but they cant delete/update (only view).
[Movies]
path = /mnt/user/Movies
browsable = yes
public = yes
writable = no
write list = root
guest ok = yes
I can access to Movies share as guest but when I try to add new file I get an error saying: "You need permission to perform this action"
I expected username/password to popup but it didn't, how to fix this?