DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 4ADFcNY2461683 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 4ADFcNY2461683 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=Xbv2A8AZ X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 04B113858289 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1731512302; bh=/OhCTvcskSjhu89kp2x0xlS5794pBepuOfGtDuWLCzk=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=Xbv2A8AZY2Z9xvEYt9Sz/ByWPry9P9r8lQ521EVZ1JPF51U3JcvkmNk2EDikne1Rc QBPqwWo9eahw1SFfoLHFUBZgTUL5jnM5PE3+lIFboPLrYKvcOOm2NGO8ToG4uSF6bj y/qTUaj+lr0l2Yms9cIZFVTFsF02s12gjwsWvAeQ= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B7CB43858402 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B7CB43858402 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1731512269; cv=none; b=CI0lE9zDUt5/2aRGd4eqwUtsINZXgZGzos5nSUYKqm6RJ6vJ4xqhpO03RwOBsUeO3hAO/fyI6zgKAHz7IXj35r+LO1fgA2w6ZV4DMqgQyU4M0cRla5AGEHd4FOEd+TQBzJ6X2aZjZ8DNcmhLH/pqiI7dBmCTeCE+g5QsJGj/uGQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1731512269; c=relaxed/simple; bh=Sn759vUSEs1Yg0eueSKYxCQ5hdehTor2yXYhXBTWiGQ=; h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature; b=tqRpL3KV31GCWQ9N6T/aLIhhjRapNw8Xbuq+lpGyykiZtUq94rkLhg013z1/+2fPIzmBXCpH7sjVL0ryzdDJ0RMbVA29lJaaln0JoVE9UaYWTOzh4oU0EtpeoKs2CzbhxioKpEiIUu+Uy+79j37v0suRrpXi1g0SFq1IKskDXlo= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B7CB43858402 Date: Thu, 14 Nov 2024 00:37:40 +0900 To: cygwin AT cygwin DOT com Subject: Re: SMBFS mount's file cannot be made executable Message-Id: <20241114003740.e573d7ec79d35da76225c9f1@nifty.ne.jp> In-Reply-To: References: <20241111193152 DOT c3a81044a03ecf2093185166 AT nifty DOT ne DOT jp> <20241111201928 DOT 811a2f8f09142b7aa8fe9bdc AT nifty DOT ne DOT jp> <20241111203202 DOT b22bcf4f9030aff58299fe0e AT nifty DOT ne DOT jp> <20241111204051 DOT 493f12208bb59d62b699dd28 AT nifty DOT ne DOT jp> <20241111211953 DOT 605b186566ce3a44ca929788 AT nifty DOT ne DOT jp> <20241112042937 DOT 740185a42d476993b4b1e31c AT nifty DOT ne DOT jp> <20241112175427 DOT 750ae77a8086594a765862c5 AT nifty DOT ne DOT jp> <20241113181755 DOT 02289e8e8d9af7e19e8f4387 AT nifty DOT ne DOT jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Takashi Yano via Cygwin Reply-To: Takashi Yano Content-Type: text/plain; charset="utf-8" Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 4ADFcNY2461683 On Wed, 13 Nov 2024 08:10:52 -0700 Bill Stewart wrote: > 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 Thanks. However, even after reading the document, I still didn't understand what strings I should set the members for auth for SMB... For example, as for Endpoint, the example for ncacn_np is mentioned, but not for ncacn_ip_tcp. -- Takashi Yano -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple