Mounted dataset for webserver using ACL via AD

Mugga

Dabbler
Joined
Feb 19, 2020
Messages
25
Hello guys,
I'm trying to get my webserver jail working properly. Its installed (nginx) and everything is running so far. At last step I wanted to use a shared smb dataset as the "www location". But as soon as I'm doing that, I just get 403 forbidden. How can I properly deal with the permissions when using multiple groups configured via active directory?

EDIT:
I managed to get it working based on this write up https://www.ixsystems.com/community...plugins-write-permissions-to-your-data.27273/

I was using solution 3. I created a new group under the freenas groups and wrote down name and gid. I then added for the acl permissions of the windows share, the newly created group with full access.

After that going into the jail and created a new group based on the newly created group on the freenas host. And then added all users (i think www would have been good enough) to the group. And voila working.
 
Last edited:
Top