Search squid archive

Squid proxying NTLM authentication servers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
I read the squid FAQ's and it says that
 " We cannot proxy connections to a origin server that use NTLM
 authentication".

I am using squid-2.5-STABLE2.

I removed the following code in file client_side.c,
routine: clientBuildReplyHeaders,

   /* Filter unproxyable authentication types */
   if (http->log_type != LOG_TCP_DENIED &&
       (httpHeaderHas(hdr, HDR_WWW_AUTHENTICATE)
            || httpHeaderHas(hdr, HDR_PROXY_AUTHENTICATE))) {

         /* code for removing NTLM headers from reply */
   }

I removed the above code and NTLM auth seems to work for me.
With firefox, it works for both transparent mode as well as proxy mode.
With IE, it works in transparent mode, but does not work in proxy mode.

I don't think this could be that simple???
Please guide me further in right direction.

Rgds,
Vinod Patel

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux