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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=kiOnGA/dDlj8cZ1Ojo/MCNSkzDqgZPSRrNUMMByVIMv
	+eNg7xQ8CJCj1ajNp75AmfwuVwTSNPzuTmEIGWSXYsYvtMFBAcVd7uBdU9DbGi32
	wRqAfGvMegIxpyEcODIVdKtoye9YkAW5zFMezqjsHp8W062ruAMCwZz0GxbapE9E
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=O7hpsVakm9qsh/gqgB4jN+UHysA=; b=rJarI77xfC/E8PutZ
	BHfU4O8F5xOjxhCbodzM4RIMkdjoXT148eASfe1U0x5HPnwxaahi+NN5umdnenhD
	NJ/6b0hRFBUBfl85X1Et+rouEWPnVLG1kTyyrSUlnBIyuOvp6CiaIv/zf33LuCdL
	5tDq2fH/fYEjt2WLE2Fx/aS5GU=
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.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: mailout10.t-online.de
Message-ID: <545B17B8.5010509@t-online.de>
Date: Thu, 06 Nov 2014 07:39:52 +0100
From: Christian Franke <Christian.Franke@t-online.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.6
References: <announce.20141105164319.GA31314@calimero.vinschen.de>
In-Reply-To: <announce.20141105164319.GA31314@calimero.vinschen.de>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Corinna Vinschen wrote:
> Hi Cygwin friends and users,
>
>
> I just released a 6th TEST version of the next upcoming Cygwin release,
> 1.7.33-0.6.
>

Looks good so far.

An observation from my first test on a machine which is member of a domain:

mkpasswd -l and -L always print the HOST prefix.
mkpasswd -d and -D never print the DOMAIN prefix

This likely would break creation of local 'technical' user accounts in 
existing *-config scripts (possibly including the csih script):

e.g.:

   $ net user cyg_server PASSWORD /add
   $ mkpasswd -l -u cyg_server >> /etc/passwd

Result:

   $ id cyg_server
   id: cyg_server: no such user

   $ id THISHOST+cyg_server
   uid=....


Now on my wishlist: an nsswitch.conf option to change the 'print prefix' 
behavior for machines in a domain.

Christian


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

