[Samba] samba 3.6.6 office 2010, write protection on files

steve steve at steve-ss.com
Wed May 7 09:03:04 MDT 2014


On Wed, 2014-05-07 at 16:36 +0200, Martin Feldbacher wrote:

> on linux the folder rights are 
> drwxrwx---+ 68 www-data cad 
> and the file rights 
> -rwxrwx---+ 1 user fg-domuser 7767 Apr 28 11:35 test.xlsx 
>  

But that doesn't tell us the acls, so, guessing:

Try removing all the:
create mask = 0770 force 
create mode = 0770 directory mask = 0770 force directory mode = 0770
stuff and do it on the fs:

chmod g+s /mnt/samba-daten/work/webdav/cad
setfacl -d -m g::rw  /mnt/samba-daten/work/webdav/cad

and run through the existing stuff:
chown -R fg-domuser /mnt/samba-daten/work/webdav/cad

HTH




More information about the samba mailing list