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 Message-ID: <3F84462C.2000803@gmc.ulaval.ca> Date: Wed, 08 Oct 2003 13:15:24 -0400 From: Boris Mayer-St-Onge Organization: Universite Laval User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en, fr, fr-CA MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Domain Users Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Recently, we have upgraded our version of cygwin from 1.3.12-2 to 1.5.5-1. Since that, we have a problem with domain users. Cygwin is installed locally on each computer by the local administrator and it is used by domain users. If we open a bash shell, we have the following messages: bash: cannot create temp file for here document: Permission denied Your group is currently "mkpasswd". This indicates that the /etc/passwd (ans possibly /etc/group) files should be rebuilt. See the man pages for mkpasswd and mkgroup then, for example, run mkpasswd -l [-d] > /etc/passwd mkgroup -l [-d] > /etc/group Note that the -d switch is necessary for domain users. If we add "Domain Users" in the /etc/group file and one domain user in the /etc/passwd, this user can then use cygwin correctly (but we still have the message concerning the temp file. Any hints?). The problem is that we have several hundren of users and some of them are added and deleted each week. Is there an other solution that adding all the users in the /etc/passwd file? Boris -- 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/