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 >