任何人都可以提出什么设置,我应该用Samba来获得对Windows ACL的全面支持?
目前我有以下configuration:
/etc/fstab: acl,user_xattr /etc/samba/smb.conf:[global] inherit acls = yes map acl inherit = yes vfs objects = acl_xattr store dos attributes = yes [WinShare] comment = Windows Share path = /mnt/WinShare read only = no
现在这已经非常接近了,但是仍然不能很好地模拟Windows ACL,还有其他什么设置可以让我们更加接近于使Windows用户完全透明吗?