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 From: "Dave Korn" To: Subject: RE: problem with ssh-user-config on Win XP Date: Thu, 27 May 2004 13:18:47 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: X-OriginalArrivalTime: 27 May 2004 12:18:47.0921 (UTC) FILETIME=[C32B3610:01C443E4] > -----Original Message----- > From: cygwin-owner On Behalf Of vdu > Sent: 27 May 2004 09:16 > script ssh-user-config fails because user SYSTEM does not exit in my > '/etc/passwd' file, it was created using 'mkpasswd -d > ', which does > not create any SYSTEM user. I enter 'mkpasswd -l' to see if > it creates a > SYSTEM user, and it does. So why 'mkpasswd -d does not ?? To explain the same thing twice in the same morning: SYSTEM is a local account; it has utmost (rooter-than-root) priviliges on your local machine but it's not a member of the domain and has no access rights there. Did you know you can combine both flags ? "mkpasswd -l -d" should work for you. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/