From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 21:46:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4292F16A41F for ; Thu, 28 Jul 2005 21:46:49 +0000 (GMT) (envelope-from dmacpherson@mainframe.ca) Received: from wale.mainframe.ca (wale.mainframe.ca [209.17.131.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0847243D46 for ; Thu, 28 Jul 2005 21:46:48 +0000 (GMT) (envelope-from dmacpherson@mainframe.ca) Received: from jupiter.mainframe.ca ([10.0.0.12] helo=mail.mainframe.ca) by wale.mainframe.ca with esmtp (Exim 4.51 (FreeBSD)) id 1DyGDI-0004Ta-JB for freebsd-questions@freebsd.org; Thu, 28 Jul 2005 14:46:48 -0700 Received: from [172.16.139.102] (helo=Mandarin-04.mainframe.ca) by mail.mainframe.ca with esmtp (Exim 4.51 (FreeBSD)) id 1DyGBR-000P60-8T for freebsd-questions@freebsd.org; Thu, 28 Jul 2005 14:44:53 -0700 From: Derrick MacPherson To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: Mainframe Entertainment Inc Date: Thu, 28 Jul 2005 14:46:47 -0700 Message-Id: <1122587208.11336.23.camel@Mandarin-04.mainframe.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-16) Content-Transfer-Encoding: 7bit Subject: Freebsd testing with squid. User authentication works, now trying to get group based auth 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: Thu, 28 Jul 2005 21:46:49 -0000 as the subject says, when I try to test group auth, I get: /usr/local/libexec/squid/wb_group -d /wb_group[19095](wb_check_group.c:344): External ACL winbindd group helper build Jul 27 2005, 17:33:37 starting up... /wb_group[19095](wb_check_group.c:308): Can't contact winbindd. Dying proxy1# ps -axu|grep win root 18826 0.0 0.4 7100 4224 ?? Ss 9:21AM 0:00.05 /usr/local/sbin/winbindd root 18827 0.0 0.4 6044 3720 ?? I 9:21AM 0:00.00 /usr/local/sbin/winbindd Where can I start checking?