Samba - permission issue
        Posted  
        
            by 
                user88432
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by user88432
        
        
        
        Published on 2011-07-28T01:40:12Z
        Indexed on 
            2013/10/20
            3:57 UTC
        
        
        Read the original article
        Hit count: 538
        
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?
© Server Fault or respective owner