pysmbc
pysmbc copied to clipboard
Information about control bit is missing in getxattr response
When I use smbcacls, I see detailed about control-bits
smbcacls //server/folder sub-folder -U administrator%password
REVISION:1 CONTROL:SR|DI|DP OWNER:Administrators GROUP:WIN-USERS\None ACL:user:ALLOWED/OI|CI|I/CHANGE
However, when I use the getxattr method of the pysmbc lib, I don't see the control field in the response. Is there any other method in Pysmbc that returns control bit information?
@hamano @twaugh When inheritance is enabled and a new permission is being added to a folder using setxttr method, we notice that the permission is not inheriting to the child folder.
Don't we support propagation-inheritance through setxattr method?
@hamano @twaugh Please let us know as we are blocked due to this. If we are currently not supporting permission inheritance in folder hierarchy then is there any plans for the future?
Thanks