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?