SOLVED Configuration of Samba ACL in Web GUI

jrp

Dabbler
Joined
Jan 2, 2023
Messages
39
I am trying to set up the ACL for a SAMBA Share on BlueFin
1672710711590.png


On the dataset I changed the owner from ROOT to ADMIN

1672710775876.png


When I try to rsync to this share from a Centos 7 machine, I get this permissions error:

Code:
[root@CENT0S7 Backup]# rsync -a /var/opt/data/Backup john@172.27.84.97:Backup
john@172.27.84.97's password:
rsync: [Receiver] mkdir "/mnt/Data/Backup/Backup" failed: Permission denied (13)


My thought is that I need to create a Share ACL:

1672710901741.png


I have read that BlueFin has some WebGui issues, I have not found any howto examples to manage SMB shares via the CLI

This is my first crack at TrueNas Scale Bluefin

I read through the docs but did not see anything that seemed to address my issue

Any guidance is much appreciated!
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
Is admin a group?
Does john have permissions?
 

jrp

Dabbler
Joined
Jan 2, 2023
Messages
39
I nuked everything and put it back in

The sid acl was my issue I figured

I changed the owner from root to admin based on some information I read about can't be root, not sure if true but seems to working now
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
Glad its solved, but not very clearly.
 

jrp

Dabbler
Joined
Jan 2, 2023
Messages
39
The issue I had was using an incorrect SID in the Share ACL, once I fixed the SID everything worked as designed.
 
Top