We are not able to add a ACL for the owner of a file. ---------------------------------------- # file: tmp/zelshare/file1 # owner: user1 # group: user1 user::rwx group::r-- other::r-- smbcacls //127.0.0.1/zelshare file1 -U user1%user1 -a ACL:user1:ALLOWED/0/FULL # file: tmp/zelshare/file1 # owner: user1 # group: user1 user::rwx group::r-- other::r-- ---------------------------------------- This can be problematic if the owner of the file changes sometime in the future: ---------------------------------------- smbcacls //127.0.0.1/zelshare file1 -U root%root -C root # file: tmp/zelshare/file1 # owner: root # group: user1 user::rwx group::r-- other::r-- ---------------------------------------- Bam, user1 lost -rx access although we tried to explicitly set it previously. Found on 3.6.6.
Andreas, I assume this was some kind of setup issue? We can close thi bug, right?