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: Tue, 22 Apr 2003 12:42:16 +0200 From: Corinna Vinschen To: "Gerrit @ cygwin" Subject: Re: proftpd Message-ID: <20030422104216.GH11137@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: "Gerrit @ cygwin" References: <20030103133222 DOT GA1712 AT tishler DOT net> <20030107150428 DOT A14974 AT cygbert DOT vinschen DOT de> <20030109164436 DOT GA1064 AT tishler DOT net> <20030109164943 DOT GA3100 AT redhat DOT com> <20030109182038 DOT G21839 AT cygbert DOT vinschen DOT de> <20030113143459 DOT GE1012 AT tishler DOT net> <176380637637 DOT 20030421225541 AT familiehaase DOT de> <20030421222353 DOT GF11137 AT cygbert DOT vinschen DOT de> <9326520504 DOT 20030422071811 AT familiehaase DOT de> <1327738365 DOT 20030422073829 AT familiehaase DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1327738365.20030422073829@familiehaase.de> User-Agent: Mutt/1.4.1i On Tue, Apr 22, 2003 at 07:38:29AM +0200, Gerrit P. Haase wrote: > Hallo Gerrit, > > >>> I cannot login. > >>> [...] > >>> +#ifdef __CYGWIN__ > >>> + /* We have to do special Windows NT voodoo with Cygwin in order to be > >>> + * able to switch UID/GID. More info at > >>> + * http://cygwin.com/cygwin-ug-net/ntsec.html#NTSEC-SETUID > >>> + */ > >>> + if (is_winnt) { > > >> Actually I'm missing something like an `else' here. The authentication > > > I configured with additional options and now I can login too. > > But still having problems. Lets see what Jason figured out. > > I fooled myself, I entered my encrypted password into my passwd file at the > right place and so the unix way to login is done with success, but without the > password in my passwd file it still doesn't work. As I said, there's probably a check (call to crypt() somewhere. The right way to do it is to leave it alone on 9x/Me (which therefore is no problem to support here, btw.) and to call that NT stuff on NT systems. That can't be too much of a problem... 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/