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, 5 Apr 2002 12:46:26 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: WinXP users without password and cygwin_logon_user Message-ID: <20020405124626.O1475@cygbert.vinschen.de> Mail-Followup-To: cygwin AT cygwin DOT com References: <1597339653 DOT 20020405115226 AT syntrex DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1597339653.20020405115226@syntrex.com> User-Agent: Mutt/1.3.22.1i On Fri, Apr 05, 2002 at 11:52:26AM +0200, Pavel Tsekov wrote: > Hello, there! :) > > I want to raise this issue again... In short > on my WinXP Home cygwin_logon_user fails to log > users without password set (or empty passwords - I dont know which is > correct to be said). Is this a known issue ? The failed Win32 API is > LogonUser. I red the MSDN docu on this API but it was of no help at > all... I've tried several different ways to call LogonUser but to no > avail:( > > This issue affects the instructions in the inetutils README file which > say that to run anonymous ftp you either have to use Guest or create > an account without password named (or mapped) ftp. Still Guest is > allowed without pass by LogonUser, but not any other accounts... Unfortunately XP Home has some ... interesting ... restrictions. I've messed up my XP Home installation so I can't look into this. However, even if there's no useful GUI user manager you can still use the CLI version `net user'. Assuming the name of that user is "foo", you can look into the user info with `net user foo' and the output is sth. like that: $ net user foo User name foo Full Name foo Comment User's comment Country code 000 (System Default) Account active Yes Account expires Never Password last set 1/30/2002 12:34 PM Password expires Never Password changeable 1/30/2002 12:34 PM Password required Yes User may change password Yes Workstations allowed All Logon script User profile Home directory D:/home/corinna Last logon 4/5/2002 8:48 AM Logon hours allowed All Local Group Memberships *Users Global Group memberships *None The command completed successfully. You see "Password required" set to "yes"? Now try $ net user foo /passwordreq:no and try again. I don't know if that helps, though. Just a guess. 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 Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/