From owner-freebsd-current@FreeBSD.ORG Tue Jul 15 01:56:33 2003 Return-Path: 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 762F837B401 for ; Tue, 15 Jul 2003 01:56:33 -0700 (PDT) Received: from man-97-187.ResHall.Berkeley.EDU (man-97-187.Reshall.Berkeley.EDU [169.229.97.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBA543FA3 for ; Tue, 15 Jul 2003 01:56:32 -0700 (PDT) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Received: from man-97-187.ResHall.Berkeley.EDU (localhost [127.0.0.1]) h6F8ued0009886 for ; Tue, 15 Jul 2003 01:56:40 -0700 (PDT) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Received: from localhost (lou@localhost)id h6F8udYC009883 for ; Tue, 15 Jul 2003 01:56:39 -0700 (PDT) Date: Tue, 15 Jul 2003 01:56:39 -0700 (PDT) From: Tak Pui LOU To: freebsd-current@freebsd.org Message-ID: <20030715011133.A1688@man-97-187.ResHall.Berkeley.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: SSH Secure Shell 3.2.3 with openldap fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 08:56:33 -0000 Hi, I am trying to use openldap with nss_ldap and pam_ldap. I have the login, imap-uw and xdm working fine. But, it fails to work with SSH Secure Shell 3.2.3. I am using FreeBSD 5.1-CURRENT #0: Thu Jul 3 13:01:40 PDT 2003. With ldap in nsswitch.conf, I get the following: Jul 15 01:13:43 man-97-187 sshd[460]: connection from "169.229.97.187" Jul 15 01:13:57 man-97-187 sshd[9368]: Wrong password given for user 'lou'. Jul 15 01:14:04 man-97-187 sshd[9368]: Local disconnected: Connection closed. Jul 15 01:14:04 man-97-187 sshd[9368]: connection lost: 'Connection closed.' Without ldap in nsswitch.conf, I get the following: Jul 15 01:13:12 man-97-187 sshd[460]: connection from "169.229.97.187" Jul 15 01:13:16 man-97-187 sshd[9349]: User lou's local password accepted. Jul 15 01:13:16 man-97-187 sshd[9349]: Password authentication for user lou accepted. Jul 15 01:13:16 man-97-187 sshd[9349]: User lou, coming from man-97-187.Reshall.Berkeley.EDU, authenticated. Jul 15 01:13:16 man-97-187 sshd2[9357]: Now running on lou's privileges. --- Lou