From owner-freebsd-questions@FreeBSD.ORG Wed Aug 3 19:35:44 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 DA4F616A41F for ; Wed, 3 Aug 2005 19:35:44 +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 9A95843D45 for ; Wed, 3 Aug 2005 19:35:44 +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.52 (FreeBSD)) id 1E0P1k-0007XN-9l; Wed, 03 Aug 2005 12:35:44 -0700 Received: from [172.16.139.102] (helo=Mandarin-04.mainframe.ca) by mail.mainframe.ca with esmtp (Exim 4.51 (FreeBSD)) id 1E0Ozh-000D9s-1E; Wed, 03 Aug 2005 12:33:37 -0700 From: Derrick MacPherson To: Dan Nelson In-Reply-To: <20050803190931.GF93405@dan.emsphone.com> References: <1123095023.19170.29.camel@Mandarin-04.mainframe.ca> <20050803190931.GF93405@dan.emsphone.com> Content-Type: text/plain Organization: Mainframe Entertainment Inc Date: Wed, 03 Aug 2005 12:35:43 -0700 Message-Id: <1123097743.19170.41.camel@Mandarin-04.mainframe.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-16) Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: squid config: which ntlm_auth do I use? and win 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: Wed, 03 Aug 2005 19:35:45 -0000 On Wed, 2005-08-03 at 14:09 -0500, Dan Nelson wrote: > In the last episode (Aug 03), Derrick MacPherson said: > > there's > > /usr/local/libexec/squid/ntlm_auth > > and > > /usr/local/bin/ntlm_auth > > > > how are they different and which one do i use? why is there 2? > > My guess is that you forgot to uninstall a previous version of squid, > and /usr/local/bin/ntlm_auth is old and should be removed. In my squid.conf: this works for non IE browsers, IE fails: auth_param ntlm program /usr/local/bin/ntlm_auth --helper- protocol=squid-2.5-ntlmssp auth_param basic program /usr/local/bin/ntlm_auth --helper- protocol=squid-2.5-basic (IE fails with: authenticateNTLMHandleReply: Error validating user via NTLM. Error returned 'BH NT_STATUS_ACCESS_DENIED') Won't start when using: auth_param ntlm program /usr/local/libexec/squid/ntlm_auth auth_param basic program /usr/local/libexec/squid/ntlm_auth I've tried adding the windows domain name and server IP after like: domainname/x.x.x.x and it doesnt start as well.