Samba Share writable
Posted
by
Chris
on Server Fault
See other posts from Server Fault
or by Chris
Published on 2011-01-13T22:11:13Z
Indexed on
2011/01/13
22:55 UTC
Read the original article
Hit count: 155
samba
I have had a problem writing to a Samba share. I believe this person has the answer, but I do not know how to do this, does someone know how to do this?
Thank you very much,
On the Samba server, you need to ensure that the nobody user has write permissions to /Windows_Backups/DC. You're forcing everyone to be impersonated by the nobody account, so that account will need file-level permissions on that share directory. Samba will respect local permissions when figuring out who can write where, in this case it is somewhat like Windows.
© Server Fault or respective owner