> Well, what I have in the squid.conf is this: The squid.conf file that comes with squid is about 80k, and uses in-line documentation to explain how to use each of the options.
Additionally, here are a few links to squid documentation: http://squid.visolve.com/squid24s1/contents.htm http://www.squid-cache.org/Doc/FAQ/FAQ.html http://www.squid-cache.org/Doc/Users-Guide/ http://squid-docs.sourceforge.net/latest/html/book1.htm > -----Original Message----- > From: Sam Carleton [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 8:08 PM > To: Rick Matthews; squidguard > Subject: Re: Setting up users > > > > > Rick Matthews wrote: > > > > There is an - rather then the users name. I don't get it. I am thinking that > > > squid is not passing that information down to squidGuard, but I don't know how to > > > make it pass it down. > > > > If it's not in the squid access.log, squid doesn't have it. You can't get > squid to send it > > to squidGuard if squid doesn't have it. > > > > > I see that there is something about setting ident_lookup to > > > on, but I cannot figure out where to do that in the squid.conf file. > > > > If you are using Squid 2.4, search your squid.conf file and read about > > <ident_lookup_access> and <acl aclname ident username>, in that order. > > Well, what I have in the squid.conf is this: > > [snip] > acl CONNECT method CONNECT > acl internal_network src 192.168.0.0/255.255.255.0 > > ident_lookup_access allow internal_network > acl aclname ident username > [snip] > > I also tried tacking my username "sam" onto the end of the "acl aclname ident > username" line, > but it still is not working:( > > Sam > > >
