[Samba] Samba / Office 2007/2010

steve steve at steve-ss.com
Wed May 28 08:30:31 MDT 2014


On Wed, 2014-05-28 at 14:58 +0200, Tobias Dinse wrote:
> Hello Jones, 
> 
> first thanks for your answer. I tried your Steps and it seems to work for a old Files now. But if I create a new File the ACL for the default Permission did not work correctly. I already set the Parameter 
> 
> inherit acls = yes 
> 
> in my Configuration File. 
> 
> Direcotry: 
> 
> getfacl ../Projektabwicklung/ 
> # file: ../Projektabwicklung/ 
> # owner: root 
> # group: cad 
> user::rwx 
> user:root:--- 
> group::rwx 
> group:cad:rwx 
> mask::rwx 
> other::r-x 
> default:user::rwx 
> default:group::rwx 
> default:group:cad:rwx 
> default:mask::rwx 
> default:other::r-x 
> 
> New File: 
> getfacl ziuziuziuz.xls 
> # file: ziuziuziuz.xls 
> # owner: xxxusername 
> # group: xxx-domuser 
> user::rwx 
> group::r-- 
> group:cad:r-- 
> mask::rwx 
> other::r-- 

Seems to be missing the default. Try just the acl on the folder.
Assuming the share is /path/to/Projektabwicklung/ and you're somewhere
else one level below it:
setfacl -Rm u::rwx ../Projektabwicklung/
setfacl -d u::rwx ../Projektabwicklung/
repeat for g::rwx and g:cad:rwx
and remove all the 0770 stuff.
HTH
Steve




More information about the samba mailing list