RE: [squid-users] Squid NTLM acl

From: Segree, Gareth <Gareth.Segree@dont-contact.us>
Date: Wed, 5 Jun 2002 15:58:20 -0500

I have the following in my squid.conf

authenticate_program /usr/bin/smb_auth -W DOM1 -U PDC1
acl domainusers proxy_auth REQUIRED
acl restrict_users proxy_auth "/etc/squid/users"
acl restrict_domain dstdom_regex yahoo
http_access deny !restrict_domain restrict_users
http_access allow domainusers

1) When the user accesses yahoo they are prompted for username and pwd even
thoug the site comes up. WHY?
   I then enter the user & password and the login prompt comes back up.

2) When they access another site the login prompt comes up first.

-----Original Message-----
From: Henrik Nordstrom [mailto:hno@marasystems.com]
Sent: Wednesday, June 05, 2002 1:57 PM
To: Segree, Gareth; 'squid-users@squid-cache.org'
Subject: Re: [squid-users] Squid NTLM acl

acl restricted_users proxy_auth "/path/to/file/listing/the/usernames"

Regards
Henrik

Segree, Gareth wrote:
> 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 - 15:01:57 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:28 MST