[squid-users] NTLM authentication cache?

From: Brian Kirk <bekirk_at_gmail.com>
Date: Thu, 16 Jul 2009 14:09:07 -0400

Can anyone tell me any limitations that they have seen with this patch
installed?

IP based NTLM authentication cache
Goal: Efficient use of the proxy while using NTLM authentication
Status: Operational, but not supporing child proxies
CVS tag: ntlm_ip_cache
Based on: HEAD
Patch: view / download
Owner: Henrik Nordström

I would like to install this patch into production, but not sure if
there are any limitations or optimal settings for the TTL parameter.

Currently in production I am seeing during any 10 minute period that
there might be 800 concurrent users and during any 1 hour period there
might be 2000 concurrent users. I was planning to set the
authenticate_ip_shortcircuit_ttl 60 seconds. This seems to lower the
number of authentications by about 85% over no NTLM authentication
caching with the test group of about 60 users.

# grep 16.Jul.2009.13: access.log |wc -l
 665182
# grep 16.Jul.2009.13: access.log |awk '{print $3}' |sort -u |wc -l
 2000
# grep 16.Jul.2009.13:1 access.log |wc -l
 122093
# grep 16.Jul.2009.13:1 access.log |awk '{print $3}' |sort -u |wc -l
 775

Any information about using this patch would be greatly appreciated,
whether it is positive or negative.

Thank you,
Brian Kirk
Received on Thu Jul 16 2009 - 18:09:15 MDT

This archive was generated by hypermail 2.2.0 : Fri Jul 17 2009 - 12:00:03 MDT