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
The ISC_REQ_USE_DCE_STYLE flag is set for the RPC bind, but this flag is not implemented, which may explain why FreeRDP + RDG (RPC-based) fails right now in EncryptMessage:
Just an FYI #120 is also related to RPC/DCE support. It is needed for using rpc_protect_level_pkt_privacy (encrypted payloads) which some RPC endpoints mandate.
In order to use this library for RPC authentication it needs to support
USE_DCE_STYLE
which does a three-leg authentication process as needed by RPC.The text was updated successfully, but these errors were encountered: