I tried it above the ACL & below. I had the same result. Brad
-----Original Message----- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Sunday, September 14, 2003 6:36 PM To: Brad Holman Cc: [EMAIL PROTECTED] Subject: Re: [squid-users] authentication errors On Sun, 14 Sep 2003, Brad Holman wrote: > I am using squid v. 2.5.STABLE3 with FreeBSD v 5.1 > > Attempting to use basic authentication with the lines: > > auth_param basic program /usr/local/libexec/ncsa_auth > /files/conf/proxy_access > auth_param basic children 5 > auth_param basic realm auth.myserver.com > auth_param basic credentialsttl 2 hours > > My ACLs are setup as: > > acl password proxy_auth REQUIRED Where is this line in relation to the auth_param lines shown above? The acl needs to be defined after tha auth_param basic lines.. Regards Henrik
