>
> 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.

Reply via email to