I have upgrade to samba 3.3.2 But ACL still can't set refused permission. refused permission: I have add MS AD Server with samba server. So,I can apply MS AD account or group to set permission But I can set allow permission can't set refused permission. When I set refused permission and apply. It's show none refused permission. I list my smb.conf security = ads netbios name = fileserver3 realm = linguitronics.com password server = etams001.linguitronics.com workgroup = LINGUITRONICS idmap uid = 500-10000000 idmap gid = 500-10000000 winbind separator = + winbind enum users = no winbind enum groups = no winbind use default domain = yes template homedir = /home/%D/%U template shell = /bin/bash client use spnego = yes domain master = no nt acl support = yes inherit acls = yes inherit owner = yes inherit permissions = yes My share folder is [Samba] comment = Samba path = /home/akong/samba public = yes writeable = yes create mask = 0777 directory mask = 0777 directory security mask = 0777 admin users = LINGUITRONICS\akong, LINGUITRONICS\stephen, LINGUITRONICS\brian, LINGUITRONICS\Administrator Am I lose any settings or VFS module? Thanks a lot.
This is by design. Unless you're using a file system with NFSv4 ACLs, there is just no way to set deny acls in Posix. NFSv4 has them, but Posix ACLs don't. Sorry, Volker