Page 1 of 1

ZFS ACL Issues

Posted: 03 May 2016 01:18
by busthead
Hello,

I've followed siftu's guide but am having permissions issues.

I'm using local authentication with two users:

Image

I've created the following shares:

Image

User scott can access all folders as intended. User melanie cannot access the Melanie share.

I discovered that ACLs configured via Windows client UI were not being propagated:

nas4free: pool1# getfacl DatasetOwner/Melanie/
# file: DatasetOwner/Melanie/
# owner: root
# group: wheel
owner@:rwxpD-aARWcCo-:------:allow
group@:rwxpD-a-R-c---:------:allow
group:backup:rwxpDdaARWcCo-:fd----:allow
user:scott:rwxpDdaARWcCo-:fd----:allow

The above getfacl output should include the following after granting melanie Full Control via Windows UI:

user:melanie:rwxpDdaARWcCo-:fd----:allow

Interestingly, if I manually add ACLs for melanie via:

setfacl -m u:melanie:rwxpDdaARWcCo-:fd----:allow DatasetOwner/Melanie

the permissions are displayed via the Windows UI but she still cannot access the Melanie share.

Please help!