PROTECTED]
Sent: Thursday, September 11, 2003 7:12 PM
To: [EMAIL PROTECTED]
Subject: Re: [squid-users] Block downloads except for a select group.
>I am using winbindd authentication to allow people out to the
>internet, but I would like to block downloads except for a small
>group of those
fre 2003-09-12 klockan 00.03 skrev Robert Greenwell:
> http_reply_access allow password DownLoads_OK
external acl's is not reliable in http_reply_access in Squid-2.5. This
because Squid can not wait for the external lookup to complete, and will
always fail..
> (wb_ntlmauth)[1](wb_ntlm_auth.c
>I am using winbindd authentication to allow people out to the
>internet, but I would like to block downloads except for a small
>group of those users. I would like to have this be another Domain
>group.
># This line is for checking group membership
>external_acl_type NT_global_group %LOGIN
>
I am using winbindd authentication to allow people out to the internet,
but I would like to block downloads except for a small group of those
users. I would like to have this be another Domain group. When I add a
second rule for external authentication (for the download group) I get a
bunch of er
>I`m still having problems trying to block downloas
Two issues with your config file:
1) Those entries in magic_words2 should be in this format:
^ftp \.exe$ \.mp3$
Otherwise, you'll match in odd places and block URLs you might not
want to block.
2) You never specifically block the magic_words
hi all
Sorry to bother you
I`m still having problems trying to block downloas
I`ve got a Debian runnig as a gateway 192.168.0.1/255.255.255.0
this is mi configuration file
http_port 8080
icp_port 3130
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
maximum_obje