From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 15:33:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67F651065679 for ; Mon, 30 Jun 2008 15:33:10 +0000 (UTC) (envelope-from matt.kosht@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 3DB0A8FC22 for ; Mon, 30 Jun 2008 15:33:10 +0000 (UTC) (envelope-from matt.kosht@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so1093680wah.3 for ; Mon, 30 Jun 2008 08:33:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=D961p6sKHRmOP/HOlAReIvxjVYdheMzs3FIeSK4VCZE=; b=ua7VS1/pQnSNl/cwe5lsedraK00QkNF5GIITYyaxx5FCT4r8vZpoizPywUcz7AZZLz 2GfaTbCkumdz7WddoEnv3/NJratBG1a25fDzEmcSZFU8Cz6pTWxaNnKeD8asVdoVjhdn af3A0SQeJGNsKwRQFa82dZ+a6rGi87wOH/Q4w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=hJ0DN+cM8NJJdsuxiY9Sm69HnEYns/JVwcrzd02OVPxBVXC75ITGNP+xmwlHEmNuiW nvUAq4W/vNfwaArNXPlOGOTdNaTLLmiSArxq/CPj7LR0avabh4cBgvFg1k8QlPlqDh75 UME64lKuuBvTeoGpdX76TthO1hPhhyjazN5lA= Received: by 10.115.58.1 with SMTP id l1mr4248239wak.27.1214838403620; Mon, 30 Jun 2008 08:06:43 -0700 (PDT) Received: by 10.115.109.9 with HTTP; Mon, 30 Jun 2008 08:06:43 -0700 (PDT) Message-ID: Date: Mon, 30 Jun 2008 11:06:43 -0400 From: "Matt Kosht" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: FreeBSD, Squid, Active Directory integration 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, 30 Jun 2008 15:33:10 -0000 I am searching for a way to passthru (not prompt the user for authentication) a Windows users' Active Directory credentials to Squid running on FreeBSD. With this AD info I can ACL where the user can go and have their individual usage logged All the HOWTO's I found seem to require a manual authentication though. I would prefer this to other alternatives ($) which can do this natively, Window ISA server being one of these products.