pysmbc icon indicating copy to clipboard operation
pysmbc copied to clipboard

Information about control bit is missing in getxattr response

Open anagda3 opened this issue 1 year ago • 2 comments

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?

anagda3 avatar Mar 16 '23 11:03 anagda3

@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?

anagda3 avatar Apr 04 '23 11:04 anagda3

@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

parthsompura avatar Apr 13 '23 10:04 parthsompura