HTTP authentication is only requested when necessary to verify some ACL
So you might try doing something like (untested):
acl some_users proxy_auth user [user ...]
acl all_can_access url_regex ^http://(whatever you allow to anybody)
acl some_can_access url_regex ^http://(restrict as needed) ^ftp://(restrict
as needed)
#if request matches all_can_access, no password is required
http_access allow all_can_access
#if request matches some_can_access, check password and match against list
http_access allow some_can_access some_users
#default: deny everything else
http_access deny all
-- ing. Francesco Chemolli > -----Original Message----- > From: Moser Max (RTC) [mailto:max.moser@rtc.ch] > Sent: Wednesday, August 30, 2000 10:15 AM > To: 'squid-users@ircache.net' > Subject: [SQU] Squid mutliple different SMB_AUT for ftp and http. > Developement r equest. > > > Sorry guys, but i got a real prob. > > Squid dont passes the protocol/acl type to an external authoristation > programm like smb_auth. > > So i got probs bringing squid to NT correctly..because i have > two groups of > yousers. > > 1 group should allow to do http only and the other http&ftp and should > verify itself to SMB (NT). > > So any ideas? > > Greetings > > MAx > > -- > To unsubscribe, see http://www.squid-cache.org/mailing-lists.html > -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Aug 30 2000 - 05:36:36 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:08 MST