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