Re: [squid-users] how to allow only some users to access yahoo messenger

From: Mark Elsen <mark.elsen@dont-contact.us>
Date: Wed, 15 Mar 2006 09:00:42 +0100

>
> Hi members,
>
> I have squid 2.5 running on suse linux 10.0. my users login into
> their workstations through active directory on windows 2003
> server. Is there anyway i can allow or block users from accessing
> yahoo messenger specifically based on the username with which they
> have logged-in in their workstations.
>

#
# - squid.conf targeted
#
acl known-users proxy_auth REQUIRED
acl nomsn-allowed proxy_auth jill ellen bobbie
#
acl yahoo_messenger req_mime_type ^application/x-msn-messenger$
#
#
htttp_access deny yahoo_messenger nomsn-allowed
#
#

  M.
Received on Wed Mar 15 2006 - 01:00:46 MST

This archive was generated by hypermail pre-2.1.9 : Sat Apr 01 2006 - 12:00:04 MST