我正在尝试使用 MacOS 客户端为 Linux 服务器启用 ACL。
我的配置如下:
[global]
vfs objects = acl_xattr
map acl inherit = yes
store dos attributes = yes
logging = systemd
workgroup = FAIRY
server string = Fairy Test Server
server role = standalone server
hosts allow = 192.168.202. 172.0.0.1
dns proxy = no
unix extensions = yes
[share]
path = /srv/smb/
browsable = yes
writeable = yes
read only = no
但是,当我尝试在 Mac 上使用 chmod +a 时,系统提示“操作不受支持”。这是不支持的,还是我做错了什么?我知道使用 AD 挂载用户共享时它可以正常工作,所以我假设一定有某种配置允许这样做。