Obviously kids and grownups could log onto the same computers. In answer to the original question - is squid actually seeing the ident? Look in your logs for the userID, it should be where the dash is in this line
1021841933.371 11000 192.168.3.1 TCP_CLIENT_REFRESH_MISS/200 52314 GET http://death-to-the.scriptkiddie.net/staticnzlinux.html - DIRECT/203.167.253.124 text/html 1021841933.371 11000 192.168.3.1 TCP_CLIENT_REFRESH_MISS/200 52314 GET http://death-to-the.scriptkiddie.net/staticnzlinux.html criggie DIRECT/203.167.253.124 text/html On Sat, 2002-05-18 at 06:56, Morris Maynard wrote: > FWIW it seems suspicious that the ip range is the same for both kids and > grownups. Why not remove it from grownups? > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Sam Carleton > Sent: Friday, May 17, 2002 2:12 PM > To: squidguard > Subject: Setting up users > > > I have been using squidGuard for over a year now. I would like to start > using the users feature. All my clients are XP and W2K. I installed > the identd that was recommended on my XP workstation and I am logged in > as the user "sam", I am still being blocked. Here is part of my > squidGuard.conf file: > > logdir /usr/local/squidGuard/log > dbhome /usr/local/squidGuard/db > > src grownups { > ip 192.168.0.0/24 > user sam > } > > src kids { > ip 192.168.0.0/24 > } > > [snip] > > acl { > grownups { > pass all > } > > kids { > pass passed-sites !porn-sites !ads-sites !gambling-sites > !violence-sites !mail-sites !ms-p > orn-blocked !ms-ads-blocked !ms-gambling-blocked !ms-email-blocked all > } > > default { > pass none > redirect > http://devweb.miltonstreet.com/cgi-bin/blocked.cgi?reason=email2&clientaddr= > %a&cl > > ientname=%n&clientuser=%i&clientgroup=%s&url=%u > } > }
