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: Fri, 6 Dec 2002 08:34:15 +0100 (MET) From: Bjoern Kahl AG Resy To: Daya Kiran Sunkara cc: cygwin AT cygwin DOT com Subject: Re: multiuser setup in cygwin Message-ID: Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hallo! On Thu, 5 Dec 2002, Daya Kiran Sunkara wrote: > i am a novice to cygwin. i wish to setup a multiple > users on my cygwin. i tried using mkpasswd to add > users to the passwd file and did a 'passwd' to change > the passwd. As cygwin is just a unix emulation layer on top of windows, it uses the windows user mangement system. You have to create or modify (change passwords) windows user accounts using the native windows tools for usermangement. The /etc/passwd files password-field is *only* used by Win9x! *After* adding/modifying user in the windows user managment, you have to update /etc/passwd using mkpasswd. Try "mkpasswd --help" for details. Also see /usr/doc/Cygwin/login.README on your cygwin installation or http://cygwin.com/cygwin-ug-net/using-utils.html#MKPASSWD Bjoern -- +---------------------------------------------------------------------+ | Dipl.-Phys. Bjoern Kahl +++ AG Embedded Systems and Robotics (RESY) | | Informatics Faculty +++ Building 48 +++ University of Kaiserslautern| | phone: +49-631-205-2654 +++ www: http://resy.informatik.uni-kl.de | +---------------------------------------------------------------------+ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/