[squid-users] Re: A first crack at NTLM - 90% there :)

From: Gabriel Gunderson <ggundy@dont-contact.us>
Date: Wed, 19 Oct 2005 15:51:57 -0600

> 3) When viewing a page that I should be able to load the browser
> acts like it is loading but it just hangs (IE and FF). I know the
> page is not being block because the deny_info page is not showing. It
> just kinda hangs. This is my biggest problem. Ideas?

In the script that checks group membership
(/usr/lib/squid/wbinfo_group.pl) there is a setting for disabling
buffering output. That should set to true.

# Disable output buffering
#$|=0;
$|=1;

Easy to overlook.

Gabe

P.S. I still wouldn't mind hearing thoughts on the other 2 questions. ;)

> /var/log/squid/cache.log
> ######################################
> Got DOMAIN+admin DOMAIN+Management DOMAIN+MIS "DOMAIN+Domain Admins" from squid
> User: -DOMAIN+admin-
> Group: -DOMAIN+Management-
> SID: -S-1-5-21-2732840889-2280141153-3048588358-1128 Domain Group (2)-
> GID: -16777225-
> User: -DOMAIN+admin-
> Group: -DOMAIN+MIS-
> SID: -S-1-5-21-2732840889-2280141153-3048588358-1129 Domain Group (2)-
> GID: -16777223-
> User: -DOMAIN+admin-
> Group: -DOMAIN+Domain Admins-
> SID: -S-1-5-21-2732840889-2280141153-3048588358-512 Domain Group (2)-
> GID: -16777222-
> Sending OK to squid
Received on Wed Oct 19 2005 - 15:52:01 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Nov 01 2005 - 12:00:04 MST