Page 1 of 1
shares permissions
Posted: Mon Jan 10, 2011 1:37 pm
by kevmorris
What i am trying to do is make the movies share read only for every user who is accessing except myself. Ive set up another user and removed the tick from the writeable tickbox but that doesnt stop the other user from deleting a test file. Could someone point me in the right direction, please. the second user is accessing it by windows vista btw
TIA
Re: shares permissions
Posted: Tue Jan 11, 2011 1:18 am
by lou1z
you need to check which user credentials you are using to access the share ie is it the user with the read permisions only? (eg UserB, UserC in example below)
NB: samba permissions will not overule file permissions.
check your smb.conf file also. under your share you should see something like:
valid users = UserA, UserB, UserC (should match what you see in amahi gui shares)
write list = UserA (should match what is ticked writable only)
Re: shares permissions
Posted: Tue Jan 11, 2011 12:55 pm
by kevmorris
Thanks for the help. I think I need thuo go do some reading.