Hi, I configured samba43 as AD (Domain Controller). This works fine. I now configure support Windows attributes for network share and have the problem.
Looked on attributes shared forder:
and not present extended acls as says samba documentation:
How add support extended ACLs in my filesystem?
My /etc/fstab
Looked on attributes shared forder:
Code:
root@dc1:/usr/samba_share # getfacl home/
# file: home/
# owner: root
# group: wheel
user::rwx
group::r-x
other::r-x
How add support extended ACLs in my filesystem?
My /etc/fstab
Code:
root@dc1:/usr/samba_share # cat /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/da0p2 / ufs rw,acls 1 1
/dev/da0p3 none swap sw 0 0