> I have a a few http web servers which point to www
> addressess on my
> proxy
> server I have ldap auhentication I would like to
> bypass authentication
> for
> those http servers but only those ones adn
> authenticate for the rest of
> the http traffic can anyone point me in the right
> direction.
>
You can set acl(s) + http_access rule(s) to do this.
To elloborate with example then,
acl auth proxy_auth REQUIRED
acl int_site dstdomain .test.com .ok.com
http_access allow int_site
http_access allow auth
http_access deny all
If you need more help, plz give your appropriate details.
Best Regards,
Squid Runner Team
SquidRunner - An Automatic Squid Builder
Web: http://freshmeat.net/projects/squidrunner/
Mail: squidrunner_dev at yahoo dot com
__________________________________
Do you Yahoo!?
Plan great trips with Yahoo! Travel: Now over 17,000 guides!
http://travel.yahoo.com/p-travelguide
Received on Mon Apr 18 2005 - 02:17:17 MDT
This archive was generated by hypermail pre-2.1.9 : Sun May 01 2005 - 12:00:04 MDT