Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Information about control bit is missing in getxattr response #64

Open
anagda3 opened this issue Mar 16, 2023 · 2 comments
Open

Information about control bit is missing in getxattr response #64

anagda3 opened this issue Mar 16, 2023 · 2 comments

Comments

@anagda3
Copy link

anagda3 commented Mar 16, 2023

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 anagda3 changed the title Information about control bits related to automatic inheritance Information about control bit is missing in getxattr response Mar 16, 2023
@anagda3
Copy link
Author

anagda3 commented Apr 4, 2023

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

@parthsompura
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants