miketeo/pysmb

Feature request: Updating Security Descriptors

vinodc opened this issue · 3 comments

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?

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.

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

Hello! Can you please tell me, how to send a request/response SMB2_SET_INFO using your library? Thanks.