os: Red Hat Enterprise 4.0
squid-2.5.STABLE6-3.4E.5
ntlm_auth from samba-3.0.10-1.4E.2

I try to  permit group of authtenticated users to get msn service.

## Squid.conf
acl msndll dst 207.46.0.0/16 65.54.239.0/24 65.54.179.0/24
acl msnusers proxy_auth "/etc/squid/msnusers"
acl nodownload  proxy_auth "/etc/squid/nodownload"
acl nolimit  proxy_auth "/etc/squid/unlimit"
acl high proxy_auth "/etc/squid/high"
acl medium proxy_auth "/etc/squid/medium"
acl low proxy_auth "/etc/squid/low"
acl noweb proxy_auth REQUIRED

http_access msndll msnusers
http_access allow download
http_access allow SuperUser
http_access deny SessionLimit
http_access allow nolimit
http_access allow high
http_access allow medium
http_access allow low
http_access deny noweb

### access.log
TCP_DENIED/407 1784 POST http://207.46.5.14/gateway/gateway.dll? - NONE/- text/html

If i change change from
http_access msndll msnusers --> http_access msndll
It work , But cannot select group of users to get msn service.
Have any way work around this ?

Nattapon,
Regards

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/

Reply via email to