Hi,

I have a OWA server which requires NTLM auth.
I am going through squid to reach OWA.
everything is fine xcept when I click signout. After I
click signout in OWA, it keeps on asking for
credentials of OWA, even if I give correct
credentials.
can any one help me on this ?
here is my config file:


#       WELCOME TO SQUID 3.0-PRE3-20050520
#       ----------------------------
#
#       This is the default Squid configuration file. You
may wish
#       to look at the Squid home page
(http://www.squid-cache.org/)
#       for the FAQ and other documentation.
#
#       The default Squid config file shows what the
defaults for
#       various options happen to be.  If you don't need to
change the
#       default, you shouldn't uncomment the line.  Doing so
may cause
#       run-time problems.  In some cases "none" refers to
no default
#       setting at all, while in other cases it refers to a
valid
#       option - the comments for that keyword indicate if
this is the
#       case.
#

http_port 3128


icp_port 3130


hierarchy_stoplist cgi-bin ?


acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY



 debug_options ALL,1




auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours


refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern .               0       20%     4320



# ACCESS CONTROLS
#
-----------------------------------------------------------------------------

#Recommended minimum configuration:
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

http_access allow manager all

http_access deny !Safe_ports

http_access deny CONNECT !SSL_ports
http_access allow all


http_reply_access allow all


icp_access allow all


 cache_effective_user nobody


visible_hostname manojkn-pc-linux.jnpr.net



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/

Reply via email to