From owner-freebsd-questions@FreeBSD.ORG Mon Nov 1 11:45:57 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAC93106566B for ; Mon, 1 Nov 2010 11:45:57 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out8.libero.it (cp-out8.libero.it [212.52.84.108]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE918FC0C for ; Mon, 1 Nov 2010 11:45:57 +0000 (UTC) Received: from soth.ventu (151.51.29.139) by cp-out8.libero.it (8.5.107) id 4CC9864100728913 for questions@freebsd.org; Mon, 1 Nov 2010 12:34:21 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.4) with ESMTP id oA1BYHDu000264 for ; Mon, 1 Nov 2010 12:34:17 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4CCEA5B9.7010603@netfence.it> Date: Mon, 01 Nov 2010 12:34:17 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Cc: Subject: Newer Sambas and PAM 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: Mon, 01 Nov 2010 11:45:57 -0000 Hello. I'd like to have every service on my systems authenticating via Samba (through PAM). With older, now deprecated, 3.0.x version, I did this through security/pam_smb: no problems at all. Since 3.0 was removed, I tried upgrading to 3.4 on one box: since then I am not able to authenticate anything through PAM against it. Is anyone doing this? How? bye & Thanks av.