SMBFS mount's file cannot be made executable

Bill Stewart bstewart@iname.com
Wed Nov 13 15:10:52 GMT 2024


On Wed, Nov 13, 2024 at 2:18 AM Takashi Yano via Cygwin wrote:

I'm working on this, however, I stuck on setting the first parameter
> of AuthzInitializeRemoteResourceManager(). The most members of structure
> AUTHZ_RPC_INIT_INFO_CLIENT are PWSTR, and I have no idea what kind of
> string should be set to each member. Especially Endpoint and ServerSpn.
>
> typedef struct _AUTHZ_RPC_INIT_INFO_CLIENT {
>   USHORT version;
>   PWSTR  ObjectUuid;
>   PWSTR  ProtSeq;
>   PWSTR  NetworkAddr;
>   PWSTR  Endpoint;
>   PWSTR  Options;
>   PWSTR  ServerSpn;
> } AUTHZ_RPC_INIT_INFO_CLIENT, *PAUTHZ_RPC_INIT_INFO_CLIENT;
>
> Do you have any idea?
>

Does this help?

https://learn.microsoft.com/en-us/windows/win32/api/authz/ns-authz-authz_rpc_init_info_client


More information about the Cygwin mailing list