From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60435 invoked by alias); 5 Feb 2016 22:31:19 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 60426 invoked by uid 89); 5 Feb 2016 22:31:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Medium, cloud, logon, Cloud X-HELO: mail-vk0-f51.google.com Received: from mail-vk0-f51.google.com (HELO mail-vk0-f51.google.com) (209.85.213.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 05 Feb 2016 22:31:17 +0000 Received: by mail-vk0-f51.google.com with SMTP id e6so65455425vkh.2 for ; Fri, 05 Feb 2016 14:31:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=ML+S6Mn1d6eICu21sJDqeTkwb52maTIJ2Lr56iPn9XA=; b=GfUSggvRVn/IkIzMpnAnRA03JCy2NH1NUHYJsViEUpDeacjxs9nSMN4Az86luwyisR rmk4sS3Pb0btiJQAVxL27SVl3eWVoyzPp8howFu4trkLzyvfywiCZYxz+eAz11t44ns8 ls9G54H3aQCYd0rRjRB4P2nNBMl88HGbbWijPoBl45HAXy0ZmqF+/Pmk9ALaTIYyHUn+ pMTZGAxrxuk1nREL+PNYrlOD0aDRhEzulWxC5SgSY8I9FTqv4QQno1ubhYIxYtWQHehn cEAZ/wQsAwJRqmVj4HbaFv9t4GkAPZ2KgxuGGTiR/tBQdagjexjUYAQ1sGsikQmeV856 6vag== X-Gm-Message-State: AG10YOR+gP71g8RwmdYDE+zO9BY+nX+LADKsjzbTbgXT/IuLpEOphOzfznlz+p3uVmPLf+o4Li6i3UuoLvRcjg== MIME-Version: 1.0 X-Received: by 10.31.151.75 with SMTP id z72mr11008313vkd.104.1454711475246; Fri, 05 Feb 2016 14:31:15 -0800 (PST) Received: by 10.31.233.134 with HTTP; Fri, 5 Feb 2016 14:31:15 -0800 (PST) In-Reply-To: References: Date: Fri, 05 Feb 2016 22:31:00 -0000 Message-ID: Subject: Re: Unknown+user issues using cygwin under an Azure AD "domain" account on Windows 10.1511? From: Russell Mora To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-02/txt/msg00047.txt.bz2 Finally occurred to me to run whoami under strace - I saw this which was of interest: ======== 2706 10005 [main] whoami 13636 pwdgrp::fetch_account_from_windows: Unknown domain AzureAD --- Process 13636 loaded C:\Windows\System32\netapi32.dll at 00007FFAD6B50000 --- Process 13636 loaded C:\Windows\System32\samcli.dll at 00007FFACDD40000 --- Process 13636 loaded C:\Windows\System32\samlib.dll at 00007FFAD3D50000 2790 12795 [main] whoami 13636 pwdgrp::fetch_account_from_windows: line: --- Process 13636 loaded C:\Windows\System32\netutils.dll at 00007FFAD5280000 1086 13881 [main] whoami 13636 pwdgrp::fetch_account_from_windows: line: 49 13930 [main] whoami 13636 pwdgrp::fetch_account_from_windows: line: 27 13957 [main] whoami 13636 pwdgrp::fetch_account_from_windows: line: 25 13982 [main] whoami 13636 pwdgrp::fetch_account_from_windows: line: 23 14005 [main] whoami 13636 pwdgrp::fetch_account_from_windows: line: 22 14027 [main] whoami 13636 pwdgrp::fetch_account_from_windows: line: 25 14052 [main] whoami 13636 pwdgrp::fetch_account_from_windows: line: 24 14076 [main] whoami 13636 pwdgrp::fetch_account_from_windows: line: 26 14102 [main] whoami 13636 internal_getlogin: user not found in passwd DB 22 14124 [main] whoami 13636 cygheap_user::ontherange: what 2, pw 0x0 23 14147 [main] whoami 13636 cygheap_user::ontherange: HOME is already in the environment /home/RussellMora ======== Went back to the Windows version of whoami and got this: ======== C:\WINDOWS\system32>whoami /fqdn ERROR: Unable to get Fully Qualified Distinguished Name (FQDN) as the current logged-on user is not a domain user. C:\WINDOWS\system32> ======== Yeah... I'm not too surprised it doesn't work.... Cheers, Russell. -- 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