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:date:from:to:message-id:in-reply-to:references
	:subject:mime-version:content-type:content-transfer-encoding; q=
	dns; s=default; b=KtEQx6FiFe9gFpWpSh1hz+D1vsk5CRZ8pDBQtad07SPEoR
	NtaiqFg731aOM/31nmK4WTQtPwWbYTWaRrwkATqb00YOY2xjYxqsUMf4fOm1l04c
	rWedRaxmHvr/y83PIKoiPgFK5zLiJdtfaoZSZTbLJfrUz0GqFBhzDBqQs5HyU=
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:date:from:to:message-id:in-reply-to:references
	:subject:mime-version:content-type:content-transfer-encoding; s=
	default; bh=jWrrsxkhfOm/qTi/T1zlMec7JqU=; b=ZiGQERzhFxsSV38cCBMm
	GVH7osH1ZceAkRWSnb1UYaVectRuTFnJWKq64myG0UJFJDAuq5VelxNXDDBksX8J
	9X50LHgFxis91w1QOT3OzyzIsksbIAGIRfxVnlauFmYZ6Io0citE75VhYgd6djih
	GBNu4eUCiNeSuY6zoeIUsE8=
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=2.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,SPF_SOFTFAIL,URI_HEX autolearn=no version=3.3.2
X-HELO: mwork.nabble.com
Date: Wed, 7 Jan 2015 11:44:57 -0700 (MST)
From: craigmcd <craigmcd@gmail.com>
To: cygwin@cygwin.com
Message-ID: <1420656297892-114108.post@n5.nabble.com>
In-Reply-To: <54AD7A3B.7000405@halcomp.com>
References: <749072ebc592c8a0a63ff0ad93a54c37.squirrel@webmail.xs4all.nl> <loom.20150102T221535-71@post.gmane.org> <54A766F1.4020907@cygwin.com> <loom.20150105T222221-580@post.gmane.org> <1179247580.20150106021111@yandex.ru> <0E474E63673B5F42B9A1936D69641AF96BC8CF@055-CH1MPN1-003.055d.mgd.msft.net> <1420649032665-114100.post@n5.nabble.com> <54AD7A3B.7000405@halcomp.com>
Subject: Re: SSHd configuration problems (System error 1376) - CONFIRMED
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

cd /usr/share/csih

Edit the cygwin-service-installation-helper.sh and change these two lines
starting at line 2969:



The use of the "-w" argument in getent and parsing the modified output fixed
the "root" vs "Administrators" issue. There was still one more issue because
the new users were not in the /etc/passwd file as expected in a later part
of the script, so I had to add the following at line 3264:



After making those changes, clean up the previous changes made by
ssh-host-config as described in the earlier message, then rerun
ssh-host-config.




--
View this message in context: http://cygwin.1069669.n5.nabble.com/Re-SSHd-configuration-problems-System-error-1376-CONFIRMED-tp113955p114108.html
Sent from the Cygwin list mailing list archive at Nabble.com.

--
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

