Sir, Im now trying to setup squid authentication in fedora 3. My squid was running ok, after i have configured its authentication, the problem is the username and password were not accepting on the login box. The error was: ########## ERROR Cache Access Denied -------------------------------------------------------------------------------- While trying to retrieve the URL: http://chikka.com/ The following error was encountered: Cache Access Denied. Sorry, you are not currently allowed to request: http://chikka.com/from this cache until you have authenticated yourself. You need to use Netscape version 2.0 or greater, or Microsoft Internet Explorer 3.0, or an HTTP/1.1 compliant browser for this to work. Please contact the cache administrator if you have difficulties authenticating yourself or change your default password. ######## Although I create a username and password to "htpasswd /etc/squid/squid_passwd name password". The problem is the username and password was not accepted on the browser. My NCSA although was running. Why is it the username and password were not accepting on the login boxe???? Can you help me if there's something wrong from my config auth_param basic program /usr/libexec/squid/ncsa_auth /etc/squid/squid_passwd acl name proxy_auth REQUIRED http_access allow name Thanks, Adam On 4/26/05, Wennie V. Lagmay <wlagmay@xxxxxxxxxxxxx> wrote: > We are using Squid-2.5.STABLE7 with latest paches, I just want to know if > enabling NCSA-authentication will burden Squid to much? because as of now, > Im not planning to upgrade to STABLE9. > > Using NCSA authentication, Initially I can Input all the username and > password of our client to htpasswd, the question is, Is there a way for a > microsoft windows client that is accessing the internet but cannot access > the Squid box directly to change there own password? > > regards, > wennie > > ----- Original Message ----- > From: "squidrunner team" <squidrunner_dev@xxxxxxxxx> > To: "Wennie V. Lagmay" <wlagmay@xxxxxxxxxxxxx> > Sent: Tuesday, April 26, 2005 7:24 AM > Subject: Re: [squid-users] NCSA authentication - Squidrunner > > > > I just want to ask if implementing NCSA > > > authentication the can add burden to > > > squid? Also is there a way for my clients to change > > > there own password? > > > > It is good to use recent squid stable version for > > update. Get squid recent release from, > > > > 1. cd /usr/local/src/ > > 2. wget > > http://www.squid-cache.org/Versions/v2/2.5/squid-2.5.STABLE9.tar.bz2 > > 3. tar -xvjf squid-2.5.STABLE9.tar.bz2 > > 4. cd squid-2.5.STABLE9 > > 5. ./configure --enable-basic-auth-helpers="NCSA" > > 6. make > > 7. make install > > 8. cd /usr/local/squid/ > > > > > > If you are having htpasswd then, > > 1. htpasswd /usr/local/squid/etc/passwd <username> > > password: > > new password: > > > > In /usr/local/squid/etc/squid.conf file, > > > > auth_param basic program > > /usr/local/squid/libexec/ncsa_auth > > /usr/local/squid/etc/passwd > > acl AUTH proxy_auth REQUIRED > > http_access allow AUTH > > > > It will work. If you have issues let us know to help. > > > > ====================================================== > > Your support or contributions are expected for > > squidrunner to build squid proxy server with a script > > ====================================================== > > > > > > ================================================== > > Best Regards, > > Squid Runner Team > > squidrunner_dev at yahoo dot com > > > > SquidRunner - An Automatic Squid Builder > > Web: http://freshmeat.net/projects/squidrunner/ > > Support: runnersupport at gmail dot com > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > >