From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from Ishtar.sc.tlinx.org (ishtar.tlinx.org [173.164.175.65]) by sourceware.org (Postfix) with ESMTPS id 8B21D3857C6C for ; Mon, 2 Nov 2020 03:46:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8B21D3857C6C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tlinx.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cygwin@tlinx.org Received: from [192.168.3.12] (Athenae [192.168.3.12]) by Ishtar.sc.tlinx.org (8.14.7/8.14.4/SuSE Linux 0.8) with ESMTP id 0A23jDhG038453; Sun, 1 Nov 2020 19:45:16 -0800 Message-ID: <5F9F80E9.3010502@tlinx.org> Date: Sun, 01 Nov 2020 19:45:45 -0800 From: L A Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: =?UTF-8?B?RGF2aWQgQmFsYcW+aWM=?= CC: cygwin@cygwin.com Subject: Re: Conflict if same username local and in domain References: <5F9B291F.7060806@tlinx.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2020 03:46:06 -0000 On 2020/10/31 03:56, David Bala=C5=BEic wrote: > I don't have any of /user /users /User /Users folders on my setup. > Do you mean C:\Users ? --- Sorry, yeah. >=20 > Even if I symlink it, won't that just change the location, but not the > used usernames? ---- You have one user in the Domain and one on the machine. Right? I mean, you've verified that they have different "GUIDs" or "UUIDs" -- meaning that windows see them each as separate accounts. When you login to each username under windows, run 'cmd.exe', then echo %USERPROFILE%, %HOMEPATH%. If you are getting the same value, I thi= nk=20 you don't really have 2 accounts -- but since you got the access denied, = it=20 sounds like you do. Easiest is to put your homedir in or under your your HOMEPATH directory.= like in cmd.exe, I think it's: mklink /d C:\home "C:\%HOMEPATH%" (sorta backwards what you might do at the cygwin prompt)...