From owner-freebsd-ports@FreeBSD.ORG Tue Mar 10 10:03:51 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E0B81065675 for ; Tue, 10 Mar 2009 10:03:51 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BB048FC18 for ; Tue, 10 Mar 2009 10:03:50 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (double-l.xs4all.nl [80.126.205.144]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id n2AA3nmf059329 for ; Tue, 10 Mar 2009 11:03:50 +0100 (CET) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 10 Mar 2009 11:03:49 +0100 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB5DE626@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: samba-3.3.1 and pam (sshd) Thread-Index: AcmhZ4IivV9us5t7QK+RQj9wmAJNlA== From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: samba-3.3.1 and pam (sshd) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2009 10:03:51 -0000 Hello all i have updated my samba-3.2.8 to samba-3.3.1. This machine is joined to a windows 2003 server. I used the following line in my /etc/pam.d/sshd to use pam = authentication of some windows users. auth sufficient /usr/local/lib/pam_winbind.so This all Works for samba-3.2.x , but after the upgrade i get the = following error. In /var/log/messages the following comes up Mar 10 10:13:08 intranet sshd[52539]: in openpam_load_module(): no = /usr/local/lib/pam_winbind.so found Mar 10 10:13:08 intranet sshd[52539]: fatal: PAM: initialisation failed=20 =20 The file /usr/local/lib/pam_winbind.so is there? after a downgrade from 3.3.1 to 3.2.8 all is working again. regards, Johan Hendriks