I have the following in my squid.conf
authenticate_program /usr/bin/smb_auth -W DOM1 -U PDC1
acl domainusers proxy_auth REQUIRED
http_access allow domainusers
will ACL restrictuser proxy_auth "userlist.txt" conflict with
acl domainusers proxy_auth REQUIRED
-----Original Message-----
From: Nicolas MATHEY [mailto:nmathey@ingetic.com]
Sent: Wednesday, June 05, 2002 10:49 AM
To: Segree, Gareth; squid-users@squid-cache.org
Subject: Re: [squid-users] Squid NTLM acl
Hi,
Here an example in order to restrict user to a particular domain (ie yahoo):
ACL restrictuser proxy_auth "usrelist.txt"
ACL restrictdomain dstdomain_regex yahoo
HTTP_ACCESS allow !restrictdomain restrictuser
----- Original Message -----
From: "Segree, Gareth" <Gareth.Segree@gleanerjm.com>
To: <squid-users@squid-cache.org>
Sent: Wednesday, June 05, 2002 5:09 PM
Subject: [squid-users] Squid NTLM acl
> Is there a way to use the NTLM module or smb_auth to ristrict users to a
> particular web site?
>
Received on Wed Jun 05 2002 - 10:34:53 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:28 MST