On 2017-02-03 17:03, Vijay Sankar wrote:
Quoting Alex McWhirter <alexmcwhir...@triadic.us>:
Can you post your smb.conf? Are you using acl_tdb / xattr_tdb?
Here is the smb.conf from a DC (vm on qemu).
vnpsad.lab.foretell.ca$ cat
/etc/samba/smb.conf
# Global parameters
[global]
netbios name = VNPSAD
realm = LAB.FORETELL.CA
workgroup = LAB
dns forwarder = 10.72.3.20
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
xattr_tdb:file = /var/samba/xattr.tdb
acl_xattr:ignore system acls = yes
[netlogon]
path = /var/samba/sysvol/lab.foretell.ca/scripts
read only = No
[sysvol]
path = /var/samba/sysvol
read only = No
Vijay
I have i sneaking suspicion that this will actually end up disabling
ACL's all together. Which should mean that windows permissions simply
just wont work. I would be interested in seeing if you create some
files, set some custom permissions on them (in windows), and see if
those permissions hold true.