[Samba] Fix sharing ACL

Ricardo Pardim Claus ricardo.claus at yahoo.com.br
Wed Nov 2 08:17:16 UTC 2016


> OK, you are using centos, is sssd running on any of the machines ?? 
> is winbind running on the domain member ? 

> Rowland


Dear Rownland, 

I can configure ACL using Windows, however, even with written permission, I can not create folders or new files. 

Example: 
In the folder: /mnt/data/test 
My User "ricardo" could delete files, but could not rename or create new files or folders. 
Viewing ACLs through the windows, my domain admin user or are "special permission".

# getfacl /mnt/data/teste/ 
getfacl: Removing leading '/' from absolute path names 
# file: mnt/data/teste/ 
# owner: ricardo 
# group: domain\040admins 
user::rwx 
user:ricardo:rwx 
group::--- 
mask::rwx 
other::--- 
default:user::rwx 
default:group::--- 
default:group:domain\040admins:rwx 
default:mask::rwx 
default:other::--- 



In fileserver, following the contents of my /etc/nsswitch.conf

passwd:     files winbind 
shadow:     files 
group:      files winbind 

hosts:      files dns myhostname 
bootparams: nisplus [NOTFOUND=return] files 
ethers:     files 
netmasks:   files 
networks:   files 
protocols:  files 
rpc:        files 
services:   files 
netgroup:   files 
publickey:  nisplus 
automount:  files 
aliases:    files nisplus 



More information about the samba mailing list