Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Wed, 21 Jan 2004 13:44:13 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: problem with mkgroup -d DOMAIN Message-ID: <20040121124413.GY5992@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <400E6184 DOT 5000009 AT zib DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <400E6184.5000009@zib.de> User-Agent: Mutt/1.4.1i On Jan 21 12:24, Stefan Zachow wrote: > Dear cygwin experts, > > I encountered some problems with the mkgroup command during > my trial to get cygwin running on a Windows 2003 server machine > (Topic: running the latest cygwin on a windows 2003 server) > > The domain controller is a Linux system running Samba for file > system sharing. > > The 'mkpasswd -d DOMAIN' command works fine and I did > append this information to /etc/passwd > > The 'mkgroup -d DOMAIN' command, however, failed for > some reason I don't know, yet. The output is: > > LookupAccountName (\\Host, Domain Admins) failed with error 1332 > LookupAccountName (\\Host, Domain Users) failed with error 1332 I heard about that problem once already and it seems to happen only with Samba domain controllers. The LookupAccountName system call gets no information but an error message. 1332 means No mapping between account names and security IDs was done. So the Samba server returns a list of group names but a LookupAccountName to get the SID fails. > > For the entire cygwin tree the user of the files is administrator > and the group is mkgroup (!?). Even with chgrp I am not able > to temporarily change the group to 'Users' for example. > > Actually, even after reading the user's guide I have some problems > on understanding the grouping scheme. Why do I have the following > entry in my /etc/group? > > mkgroup-1-d:S-1-5-32-545:10545 The mkgroup name means, mkgroup wasn't able to create the list of groups appropriately. Sorry, no solution yet. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/