[plug] Squid && Password Auth
Jonathon Bates
batesy at batesy.ii.net
Fri Oct 19 15:44:38 WST 2001
> <== http://www.squid-cache.org/Doc/FAQ/FAQ-23.html ==>
> 23.2 How do I use authentication in access controls?
>
> Make sure that your authentication program is installed and working correctly.
> You can test it by hand.
>
> Add some proxy_auth ACL entries to your squid configuration. For example:
>
> acl foo proxy_auth REQUIRED
> acl all src 0/0
> http_access allow foo
> http_access deny all
>
> The REQURIED term means that any authenticated user will match the ACL named
> foo.
>
> Squid allows you to provide fine-grained controls by specifying individual
> user names. For example:
>
> acl foo proxy_auth REQUIRED
> acl bar proxy_auth lisa sarah frank joe
> acl daytime time 08:00-17:00
> acl all src 0/0
> http_access allow bar
> http_access allow foo daytime
> http_access deny all
>
> In this example, users named lisa, sarah, joe, and frank are allowed to use
> the proxy at all times. Other users are allowed only during daytime hours.
> <====>
*hits head*
I rememeber reading abotu that!~ :)
Thankyou so very much!
Cheers
Jonathon
More information about the plug
mailing list