From owner-freebsd-current Tue Jul 2 5:32:18 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7DA437B400 for ; Tue, 2 Jul 2002 05:32:12 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE9A143E52 for ; Tue, 2 Jul 2002 05:32:11 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 1E105534A; Tue, 2 Jul 2002 14:01:36 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "Andrey A. Chernov" Cc: current@freebsd.org Subject: Re: PasswordAuthentication not works in sshd References: <20020702114530.GB837@nagual.pp.ru> From: Dag-Erling Smorgrav Date: 02 Jul 2002 14:01:35 +0200 In-Reply-To: <20020702114530.GB837@nagual.pp.ru> Message-ID: Lines: 26 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Andrey A. Chernov" writes: > I just upgrade to recent -current sshd and found that > PasswordAuthentication not works anymore (always fails, with right > password too). I not yet dig deeper at this moment, just FYI. Try this: =================================================================== RCS file: /home/ncvs/src/crypto/openssh/monitor.c,v retrieving revision 1.6 diff -u -r1.6 monitor.c --- monitor.c 29 Jun 2002 11:48:58 -0000 1.6 +++ monitor.c 2 Jul 2002 12:00:31 -0000 @@ -831,7 +831,7 @@ auth_method = "keyboard-interactive/pam"; if (ret == 0) pam_authok = pam_ctxt; - return (ret); + return (0); } int DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message