Sounds like something to do with the file associations on the individual
computers.


John Yatsko, Jr.
Technology Assistant
Erie County Public Library
160 East Front St
Erie PA 16507
(814) 451-7307

----- Original Message -----
From: "Panel Vincent" <[EMAIL PROTECTED]>
To: "Squidguard Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, March 13, 2002 6:45 AM
Subject: RE : squidguard-filter doesn't block the group teacher


> Hello,
>
> I only want to use SquidGuard to replace advertisements with blank
pictures.
>
> I have done the config and it is working pretty well on my computer.
However, some computers in my company try to )__download__ the PNG and it is
very annoying as on every page a download dialog box appears (we are all
using IE5.0).
>
> Did someone have the same problem and solved it ?
>
> Thanks
> Vincent.
>
> -----Message d'origine-----
> De : Morris Maynard [mailto:[EMAIL PROTECTED]]
> Envoy� : mercredi 13 mars 2002 00:55
> � : Dieter Kroemer; Squidguard Mailing List
> Objet : RE: squidguard-filter doesn't block the group teacher
>
>
> It's really in the documentation. Your config file has only the "default"
group. You need to create separate groups and put different blocks for them
in the acl. For instance:
>
> src kids {
>   ip 192.168.1.10, 192.168.1.11
> }
> src adults {
>   ip 192.168.1.12 192.168.1.13
> }
>
> acl   {
>   adults {
>       pass all
>       redirect http://whatever.cgi...
>       }
>   kids {
>       pass !bl_ads !bl_aggressive... all
>       redirect http://whatever.cgi
>       }
>   default {
>       pass none
>       redirect http://whatever.cgi
>       }
> }
>
> To use the user login name, you have to use some way to identify the user
to squid. You can do this with:
>   a) Squid authentication. The user must enter a username and password
>      whenever they start the browser for most authentication methods.
>      Transparent mode of squid will not work.
>   b) IDENT. The user computer must run an ident client. You set up an
>      ident acl in squid and require it for proxy access. Transparent
>      mode of squid will not work with this either.
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dieter Kroemer
> Sent: Tuesday, March 12, 2002 5:10 PM
> To: Squidguard Mailing List
> Subject: squidguard-filter doesn't block the group teacher
>
>
> Hey,
>
> once again my question, perhaps I can explain it in a better way:
>
> Is there a possibilty, that only the group "teacher" (or better some
single
> users) passes squidguard and can see every url they want to see.
>
> What I've got to?
>
> Thanks
> Dieter
>
>

Reply via email to