Windows Folder Redirection, setting permissions with windows ACL

Anthony4tner

Cadet
Joined
Mar 27, 2019
Messages
1
I'm relatively new to Windows server management. I'm trying to setup folder redirection with GPO. The file server that's getting redirected is in a LXD fedora container.
for the most part I've been following the configuration from wiki.samba.org:

https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
https://wiki.samba.org/index.php/User_Home_Folders
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs

The problem that I'm having is setting the folder shares permissions in windows server 2016. when I try to modify the Permissions for my share folder in order to give Domain Users access I get:
Error Applying Security.png

The same thing happens when I try to change owner or disabling inheritance.

Another interesting note is when I connect to the share server with Computer management I get this when I try to expand System Tools:
Comp_Manage_error.png

After you hit OK, it proceeds to connect and I can access the shares. There is no firewall set on the file share server, but this may help figure out what going on.

I'm pretty sure this is a problem with ACL either on the windows or linux side.
while testing ACL support in my container, when I run the security test I get this:

# setfattr -n security.test -v test2 test.txt
setfattr: test.txt: Operation not permitted

To me this indicates a problem with ACL on the smb share filesystem, but again I'm relatively new to windows server management. If there are any steps to go through trouble shooting this on the windows side of things it'd be much appreciated.

Thanks again!
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
The samba wiki in general isn't a good guide for how to set this up on FreeNAS. The server is automatically configured once you fill out the correct fields in the Directory Service->Active Directory form. The wiki also specifies acl_xattr, but zfsacl _must_ be used on FreeBSD.
 
Top