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

Feature request: Updating Security Descriptors #168

Open
vinodc opened this issue Oct 6, 2020 · 3 comments
Open

Feature request: Updating Security Descriptors #168

vinodc opened this issue Oct 6, 2020 · 3 comments

Comments

@vinodc
Copy link

vinodc commented Oct 6, 2020

This is referring to the security descriptors documented here: https://pysmb.readthedocs.io/en/latest/api/smb_security_descriptors.html

We currently use getSecurity(), and it works quite well! Are there plans to allow the access control entries to be updated/added/deleted on files/folders as well, or is there any way to do that today?

@miketeo
Copy link
Owner

miketeo commented Oct 7, 2020

SMB2 specs support SMB2_SET_INFO request/response, but I have no confirmation whether you can perform the set operations on Windows 10 or Samba services.

@vinodc
Copy link
Author

vinodc commented Oct 7, 2020

Thanks for the quick response, @miketeo! I'll take a look at that.

@harthurd
Copy link

harthurd commented Aug 4, 2021

Hello! Can you please tell me, how to send a request/response SMB2_SET_INFO using your library? 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

3 participants