X-Recipient: archive-cygwin AT delorie DOT 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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=suBHN5F32WrwfbkboeTRZkY5T7fzf M4cv5PV55QLJkWbTGVSLhdZ0q/5pFrGA4OsyNX4StN8dLvOAcF4KaavUNpB2VWOd nLf3lcC8MLmsg0g5TEBii77pbe+FRW0ukkyGIgNW6vUz7wmqIsHJuOZFlFBUmwVa ChmJ846wB4HSH8= 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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=XTYjdQIFhRQ4IdJEPIwYnCsu0bM=; b=bss cxHcJtT3eezygchCUCx8pmK2WKKPu4RRIYaofp1k/YsEdWe8CK9qM/Ub9Bec5Dd8 g6w5xWnhpW1cP4ry1wKFDL6KgTNrbXV03o90Y66hH31YL8h/xMAA4lf7DU7DlT29 7lekInRKhHVJeuCfSFj7vnoX9Wupc+QROZyj6oY8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: na01-bn1-obe.outbound.protection.outlook.com From: "Habermann, Dave (DA)" To: "cygwin AT cygwin DOT com" Subject: RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.4 Date: Wed, 29 Oct 2014 19:06:26 +0000 Message-ID: References: In-Reply-To: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OrganizationHeadersPreserved: 046-CH1MMR1-006.046d.mgd.msft.net X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:65.52.44.158;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(428002)(5423002)(51694002)(199003)(189002)(50986999)(92566001)(92726001)(86146001)(33656002)(80022003)(46102003)(76482002)(76176999)(31966008)(54356999)(99396003)(106116001)(2501002)(105586002)(4396001)(50466002)(86362001)(120916001)(95666004)(97736003)(81156004)(106466001)(101416001)(110136001)(77096002)(84676001)(22746005)(85306004)(22756005)(104016003)(23676002)(551544002)(20776003)(68736004)(19580405001)(69596002)(47776003)(55846006)(2656002)(21056001)(66066001)(64706001)(107046002)(107886001)(2351001)(6806004)(85852003)(87936001)(44976005)(79686002);DIR:OUT;SFP:1101;SCL:1;SRVR:BY2PR0101MB0870;H:mail.bsnconnect.com;FPR:;MLV:sfv;PTR:InfoDomainNonexistent;A:1;MX:1;LANG:en; X-CrossPremisesHeadersPromoted: BL2FFO11FD015.protection.gbl X-CrossPremisesHeadersFiltered: BL2FFO11FD015.protection.gbl X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2PR0101MB0870; X-Forefront-PRVS: 03793408BA Received-SPF: None (protection.outlook.com: dow.com does not designate permitted sender hosts) Authentication-Results: spf=none (sender IP is 65.52.44.158) smtp.mailfrom=DAHabermann AT dow DOT com; X-OriginatorOrg: dow.com X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id s9TJ6kEW028723 Found one interesting observation today after switching to the new AD authentication. My ability to use password-less login via SSH suddenly went missing. Although I haven't fully resolved it yet (which I suspect may take regeneration/proliferation of keys), it would appear that I've been the victim of case sensitivity. In my old passwd file I had my user ID present in all lower case, but apparently in Active Directory my user ID is present as upper case. I am still able to make it log password-less using ssh u012356 AT cr but ssh cr does NOT work, because my user ID is defaulting to U012345 (upper case U). In this case, however, I can STILL log in if I enter my password. I don't really think there is anything to correct here, but just wanted to point out the oddity in case anyone else suffers from a similar issue. Dave