Squid authentication

Skylar Thompson skylar at cs.earlham.edu
Wed Aug 18 21:36:05 UTC 2004


On Fri, Aug 13, 2004 at 11:20:19AM -0300, Marcelo Magno wrote:
> 
> I read that by ACLs in the squid configuration we can block some sites
> and block some user ips from accessing the cache, (and by that prevent
> some users not to access the internet).
> 
> I have a problem that I need to configure how a PERSON can access the
> internet, not am IP because the same machine is shared by two or more
> users.
> 
> Is there a way to have squid to give (or not) access based on groups on
> a windows domain like samba does with winbind?
> 
> Can anyone point me some docs on how this is done?

I use a Python script (attached) on a Sun Solaris server to authenticate
against an IMAP server. Here's the changes you need to make to squid.conf:

auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic program /usr/local/bin/squidauth.py

-- 
-- Skylar Thompson (skylar at cs.earlham.edu)
-- http://www.cs.earlham.edu/~skylar/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20040818/9385b9f8/attachment-0002.bin 


More information about the users mailing list