Displaying 1 result from an estimated 1 matches for "user_perm_storage_admin".
2017 Sep 27
1
SMB 4.6 Member Server Improper ACLs being set
...failed to load due to some dependency issues).
I spun up a templated centos VM to test and found the same issue as my
physical server.
im sharing /vault and heres the permission set of the folder:
[root at template vault]# getfacl .
# file: .
# owner: root
# group: root
user::rwx
group::rwx
group:user_perm_storage_admin:rwx
mask::rwx
other::---
default:user::rwx
default:group::rwx
default:group:user_perm_storage_admin:rwx
default:mask::rwx
default:other::---
if i map a share from a windows or linux machine back to this via samba and
create a folder/file, it looks like this:
[root at template vault]# getfacl test...