Hello Gurus,
I'd like to lock out some Users from my squid. Allowed is a complete B-Class,
cause I didn't want to edit the allowed Users every day. So how to exclude 
"Black sheeps" from my Config.
<snip>
more squidGuard.conf
logdir /usr/local/squidGuard/log
dbhome /usr/local/squidGuard/db

src msg_proxy_user {
        iplist  local/iplist
}

dest porn {
        domainlist      porn/domains
        urllist         porn/urls
        expressionlist  porn/expressions
}

dest good {
        domainlist      good/domains
        urllist         good/urls
        expressionlist  good/expressions
}


acl {
        msg_proxy_user {
                        pass good !porn all
        }
        default {
                pass none
                redirect http://msgproxy.intern.media-support.de/cgi-bin/blocked
?clientaddr=%a&clientname=%n&clientuser=%i&clientgroup=%s&url=%u
                log /usr/local/squidGuard/log/deny.log
        }
}
<snip>
My 1. thought was to define a new source "msg_bad_user", where I define the "Bad
Guys" (IP-Adress).
But how to bind this in my configuration?

Greets,
ku
-- 
hans-dieter kutz           Media-Support Group GmbH     "AIX to Oracle-Admins:
Bonner Strasse 172 - 176   D-50968 Koeln                "We all know, ORACLE
phone +49 221 3091-565     fax   +49 221 3091-569       "chews memory like a cow
[EMAIL PROTECTED]    Germany http://www.hdkutz.de "does her cud :-)))

Reply via email to