You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are creating lsarpc transport to fetch the security descriptor but the request is failing with STATUS_INVALID_PARAMETER if encrypt data flag it set to true and buffer size is 1 MB. However same is working fine if either buffer size is 64 KB or encrypt data flag it set to false.
This is how we are creating SMB client and transport.
Hello,
We are creating lsarpc transport to fetch the security descriptor but the request is failing with STATUS_INVALID_PARAMETER if encrypt data flag it set to true and buffer size is 1 MB. However same is working fine if either buffer size is 64 KB or encrypt data flag it set to false.
This is how we are creating SMB client and transport.
Working code:
We are using 0.12.0 version of smbj-rpc and 0.11.3 version of smbj
OS: Windows server 2019
The text was updated successfully, but these errors were encountered: