使用哪些 Samba 设置才能完美模拟 Windows ACL

使用哪些 Samba 设置才能完美模拟 Windows ACL

有人能建议我应该使用哪些 Samba 设置来获得对 Windows ACL 的完全支持吗?

目前我有以下配置:

/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 用户完全透明吗?

相关内容