FreeNAS 11.2-U2.1
SABMA connected to external Active Directory.
ZFS pool poolz2/samba/users/ used for general purpose as home of users.
getfacl /mnt/poolz2/samba/users/user1
..
group:21106:rwxpDdaARWcCo-:fd-----:allow
All work Ok. User have acces to home folder.
/var/log/samba4/log.smbd...
I didn't found simple way to set ACLs using provided tools, so I wrote basic script.
Feel free to use it, but there is no guarantee. :)
It is using bash and I run it with redirected stderr:
./acl_set.sh 2>error.log
#!/usr/bin/env bash
export ROOT_DIR="/mnt/DATA"...
Hello All, I have updated to 11.1 on FreeNAS the other day. And now, am experiencing some issues. Just to give you some background:
- We have about 7 virtual machines running on our server with VMWare Esxi hyper-visor. We create our windows 10 image and then upload to our FOG server to image...