Всем привет.. на RH9 прикрутил к squid(2.5stable5) ntlm аутентификацию (samba 2.2.8a) - перестали работать Opera7 и ICQ, хотя IE прекрасно ходит :-(( Аску настраиваю как здесь http://squid.opennet.ru/examples/icq.shtml тока всё равно не пашет :-(( вот конфиг squid(не весь конечно, всё остальное по default`у):
#-------------------
auth_param ntlm program /usr/local/squid/libexec/wb_ntlmauth
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param basic program /usr/local/squid/libexec/wb_auth
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
# ACCESS CONTROLS
# ------------------------------------------------------------------------
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
acl office src 192.168.101.0/255.255.255.0
acl myusers proxy_auth REQUIRED
http_access allow myusers
# And finally deny all other access to this proxy
http_access allow localhost
http_access deny all
#-----------------------------
Подскажите плиз, что может быть не так?
Заранее спасибо!
PS: Только сильно не ругайте ....