guermantes
Patron
- Joined
- Sep 27, 2017
- Messages
- 213
Do the local getfacl and smbcacls commands now give expected output?
I would say no, since I would expect the group to be either
users or linux_user in both instances. But it still shows one of each, just like before/above.I went into the share config and verified the owner of the share
largetemp was peter:smb-users, and then I applied ACLs recursively to force this new group into the share. I then created a new testfile3 in the same location as before.... but it has group = users anyway. I think there are demons in my NAS.Code:
root@freenas:/mnt/TANK/largetemp/dvd-musik # getfacl testfile3
# file: testfile3
# owner: root
# group: smb-users
owner@:rwxpDdaARWcCos:------I:allow
group@:rwxpDdaARWcCos:------I:allow
everyone@:r-x---a-R-c---:------I:allow
everyone@:--------------:------I:allow
root@freenas:/mnt/TANK/largetemp/dvd-musik # smbcacls //127.0.0.1/largetemp dvd-musik/testfile3 -U linux_user
Enter NIBELHEIM\linux_user's password:
REVISION:1
CONTROL:SR|DP
OWNER:FREENAS\root
GROUP:FREENAS\users
ACL:FREENAS\root:ALLOWED/I/FULL
ACL:FREENAS\users:ALLOWED/I/FULL
ACL:Everyone:ALLOWED/I/READ
ACL:Everyone:ALLOWED/I/0x00100000
root@freenas:/mnt/TANK/largetemp/dvd-musik #