Hello!
I use squid and squidguard from SuSE 8.1 in combination
with PAM authentication.
Works fine, so far. With one exception:
In /etc/squidguard.conf I defined the using of userlist:
...
src adults {
userlist /var/squidGuard/access/adult
}
src grownups {
ip <private IP>/8
# AND
userlist /var/squidGuard/access/grownup # ident grownups
}
src kids {
ip <private IP>/8
userlist /var/squidGuard/access/kid # ident kids
}
...
acl {
adults {
pass all
}
grownups within work-time-g {
pass !blacklists all
} else {
pass none
}
kids within work-time-k {
pass !blacklists all
} else {
pass none
}
default {
pass none
}
}
In /var/squidGuard/access/<file>
the (squid / squidguard - PC known) usernames are listed like this:
frank
jim
Inspite of correct authentication it does not work!
If a user of userlist e.g. grownup is accessing a blacklisted URL
like www.sex.com the site is shown.
Did I misunderstood something? What is wrong??
Can anybody help??
Thank you for your help in advance!!
--
Rgds.
_ # Michael # _