X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=GyxDKMLcqpIxCf8r
	e2VhilHqpV6AKxccVprfgARtYsiX7tk38hzq6SGsAhOQUMROxrZAIXSvEVSXCosg
	CH7/1f69O7uyKbmeILaDwTsD23U3bxBKCyNTSdcr//fQ5SacBAMz+stGQEzogIKb
	DnnUNxObLYhCJpXAm2a4O1oR9dI=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=jZbdNglsaD8Eo2vKHLVtgD
	YYfp8=; b=omIHJTa74KSkhMNUcapB/8FOv0l0P7zY3Pg40LlLf5BcDVPosdOZ4N
	IqCvRNQgG1OP1vZT9FMoH2uSMiqfA7+sl+l4rkzj7QdS382mDpxabqgORVWoCGnD
	F1RZpTwxpWi+8biM47ih05a9zb1GZCnK/UUM8REAuEOmA8CpBSI2g=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,UNSUBSCRIBE_BODY autolearn=ham version=3.3.2 spammy=Medium, organization, Organization
X-HELO: homiemail-a56.g.dreamhost.com
Subject: Re: Accessing SMB share as wrong user?
To: cygwin@cygwin.com
References: <7f4eb950-de06-2981-c9b4-fd345c11ffb3@dd-b.net>
From: David Dyer-Bennet <dd-b@dd-b.net>
Message-ID: <e0a75a70-9835-f12e-cba2-c91cfc656946@dd-b.net>
Date: Mon, 29 May 2017 12:16:21 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1
MIME-Version: 1.0
In-Reply-To: <7f4eb950-de06-2981-c9b4-fd345c11ffb3@dd-b.net>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

A simpler case demonstrating this; X0 is a new share (created just for
testing this) with no prior history, nothing manually set.  (Server is
FreeNAS, current version).

From the beginning, when it first sees it, it shows the file owners and
groups weirdly.

And then it's able to create a file and write to it *once*, but can't
then append to it???

David Dyer-Bennet@DDB4 //fsfs/x0
$ id
uid=197608(David Dyer-Bennet) gid=197121(None)
groups=197121(None),197609(Ssh
Users),545(Users),4(INTERACTIVE),66049(CONSOLE LOGON),11(Authenticated
Users),15(This Organization),113(Local account),66048(LOCAL),262154(NTLM
Authentication),401408(Medium Mandatory Level)

David Dyer-Bennet@DDB4 //fsfs/x0
$ ls -ld .
drwxrwxr-x+ 1 Unknown+User Unix_Group+1001 0 May 29 11:55 .

David Dyer-Bennet@DDB4 //fsfs/x0
$ getfacl .
# file: .
# owner: Unknown+User
# group: Unix_Group+1001
user::rwx
group::rwx
other:r-x
default:user::rwx
default:group::rwx
default:group:Unix_Group+1001:rwx
default:mask:rwx
default:other:r-x


David Dyer-Bennet@DDB4 //fsfs/x0
$

David Dyer-Bennet@DDB4 //fsfs/x0
$

David Dyer-Bennet@DDB4 //fsfs/x0
$ echo something > foobar

David Dyer-Bennet@DDB4 //fsfs/x0
$ ls -l foobar
----r--r-- 1 Unknown+User Unix_Group+1001 10 May 29 12:11 foobar

David Dyer-Bennet@DDB4 //fsfs/x0
$ getfacl foobar
# file: foobar
# owner: Unknown+User
# group: Unix_Group+1001
user::---
group::r--
other:r--


David Dyer-Bennet@DDB4 //fsfs/x0
$ echo more >> foobar
-bash: foobar: Permission denied

-- 
David Dyer-Bennet <dd-b@dd-b.net>
http://dd-b.net/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

