From owner-freebsd-questions@FreeBSD.ORG Tue Sep 11 12:14:19 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCE86106566C for ; Tue, 11 Sep 2012 12:14:19 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 676738FC0A for ; Tue, 11 Sep 2012 12:14:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id F23633A3883 for ; Tue, 11 Sep 2012 19:14:16 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1347365656; x=1349180056; bh=8VQ/cUH/H Ak3/EAeYBjZbBqgu5fK1+hrm0Or1QTL5bo=; b=eJESzd+qQVdb+B5wHrZae5gro l98Vt+Jy7GybQfzHtoMO3Tjm4zZ2khZ84YK8UEDHNNYflc7Z7dFnTP61Xr9P2XkX 7utW5DTULSScEej2ufeBdQf8fZKyt0oWwTfrisjEuryOrBzaMTQnn0NSNXmtAwiq YPi413gBCEoUeKfRKc= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id AWgaw2qTI5VJ for ; Tue, 11 Sep 2012 19:14:16 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 92A5D3A387A for ; Tue, 11 Sep 2012 19:14:16 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id q8BCEG0t002333; Tue, 11 Sep 2012 19:14:16 +0700 (ICT) (envelope-from on) Date: Tue, 11 Sep 2012 19:14:16 +0700 (ICT) Message-Id: <201209111214.q8BCEG0t002333@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org Subject: Upgrade to 8.3 broke pam_ldap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 12:14:19 -0000 Hi, After upgrading from 7.3 o 8.3 pam_ldap stopped working. LDAP server has been running on a different machine for ages, it is still running. Connection to the server is still there: when I enter a wrong password I get a distinct error message. When I enter the correct password, I get: Sep 11 18:05:00 ufo2 login: pam_acct_mgmt(): error in service module I recompiled openldap_client, pam_ldap and nss_ldap, but not to avail. Any help is most welcome. Best regards, Olivier