samba usershare_acl 参数如何工作?

a1a*_*1an 4 configuration documentation samba

看起来它甚至没有记录在 samba 网站本身上,还是我错过了?

a1a*_*1an 5

我得到的最佳点击来自:http : //devarthur.blogspot.de/2008/05/integrating-ubuntu-hardy-heron-804-with.html

总结:

usershare_acl=Group_SID:access_modifier
Run Code Online (Sandbox Code Playgroud)

要获取组的 SID,请使用:

wbinfo -n "DOMAIN\group"
Run Code Online (Sandbox Code Playgroud)

SID "S-1-1-0" 是每个人

组 SID 后的访问修饰符如下:

R - read-only
F - full access
D - deny access
Run Code Online (Sandbox Code Playgroud)