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
}
}