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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=GQdHTZmG2lQ8aDCxhA1s2wGz1V8j/ CH2f8tKTOktsQY9AVZh2RYsgampfbwNgtd3U3BfabSEqbvKI1QA7SJoPw6JTZw3o NaEfhtLgjB/6Nf8H1eVO3LuhHAwvKQOkpaA801xFgvjJdJDV3DzLnDGyWnewW6r8 0HIYowKJbfUOBo= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=FWRcnu0PLLD1k34IyRFlwN4s1xI=; b=Afc DFRImKT/1dtq7im25xPrdwT/x3A96//C0inIP36r4HK6pA3riWTpvIj9DfX1oAAq IxbT2lWuPks5N11sMslreGuEZtKkDwJNvalwS+J06APV/A50/WqRql4l6+KYB7Ls U8QV73CDZ25kH66wlFJ6eoC9Y3S9riSMp74koKz0= 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.4 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=jesus, Jesus, sshd, 0306 X-HELO: mail-qk0-f179.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=y0rPtPKpYJPXYMq3gFrPZ1Vsrc79xoivEbIE2IyFJ2U=; b=g0nCsDCD4sfCNK1Lm/viCEFpY06QV6WscCq3EPV9IXXWA0SPhNgzdYU/3ZxPfFrMmY Aotu40TGEGQvYEIUNY2v2Xh/G1AbDuB6SKYx991DKugycL222/f/ZmEhH9mnGz1Pfcg7 Aix/i5uMTee2VAvKLm8iKFy724DRX/j38bEDmR1mXARDtsMEgKvcN9b1pFwwua+EWGk0 /JWkSwZcLrOPSzlSs++gRD1wOUMzx5sw7RXkLc3/paRp+haN5HPl1ppsDudW9TgMNQTW j2YYLRHiNsK3ar4AM2YmzP1v1BWrcpKwMxK0tLTUfwTUSpyA2dGiTQeWTx8KVwkxPJXI yZgw== X-Gm-Message-State: AMke39lsPUvp0rkb9YYSSuOFTI6WeKd4FQ3139Ucsj8qqG4UK6gEgf8zpc9hh7hog2hTHsTQtjhqEx7rSVoiuQ== X-Received: by 10.233.237.76 with SMTP id c73mr1591699qkg.160.1488531820934; Fri, 03 Mar 2017 01:03:40 -0800 (PST) MIME-Version: 1.0 From: jesus san miguel Date: Fri, 3 Mar 2017 10:03:40 +0100 Message-ID: Subject: Failed password for invalid user To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes I am running cygwin 2.7.0 sshd service under a local cyg_server account. I wanted to avoid case sensitive problems by duplicating users in /etc/passwd, but I find mixed results: I can login as "Administrator", "MYPC+Administrator" and "miabuela", but not as "administrator" despite all of them being the same Window user. This is an excerpt of /etc/passwd: $ cat /etc/passwd | grep 500 SSFE009W2012+Administrator:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash miabuela:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash Administrator:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash administrator:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash #Administrator AT SSFE009W2012 /etc $ uname -a CYGWIN_NT-6.3-WOW SSFE009W2012 2.7.0(0.306/5/3) 2017-02-12 13:13 i686 Cygwin The error I get in windows log is "Failed password for invalid user administrator" Thanks in advance, Jesus -- 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