RE: [squid-users] Accessing OWA or Sharepoint through Squid 3.1.0.17

2010-06-03 Thread Johnson, S
I thought it should just work...  I tried the connection-auth=on and I
still have the same issue...

I have http_port 3128 transparent, but now says http_port 3128
transparent connection-auth=on

I'm really scrambling to figure this out; do you have any additional
ideas?

thanks!

-Original Message-
From: Amos Jeffries [mailto:squ...@treenet.co.nz] 
Sent: Tuesday, June 01, 2010 6:29 PM
To: squid-users@squid-cache.org
Subject: RE: [squid-users] Accessing OWA or Sharepoint through Squid
3.1.0.17

On Tue, 1 Jun 2010 11:25:35 -0500, Johnson, S
sjohn...@edina.k12.mn.us
wrote:
 More information based on the searches I've done...
 
 I'm using transparent mode on the squid proxy (without auth).  Well,
 I've got an AUP page set up for the users to agree to but no
 LDAP/AD/NTLM auth is being performed on this proxy.

You said you had port 80 and port 443 configured with the proxy. This
does
match you above statement that it's working transparent. Or did you
mean
some other meaning of the word transparent than NAT interception?

 
 However, I tried the other squid proxy with ntlm_auth and it works
a-ok.
 I'm really drawing a blank here...

Stretching for a long-shot you could try with explicit
connection-auth=on
flag to the http_port line.

Though. Middle-ware proxies really should just work with these. The only
special config is needed to reverse-proxy OWA.

Amos


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



RE: [squid-users] Accessing OWA or Sharepoint through Squid 3.1.0.17

2010-06-01 Thread Johnson, S
More information based on the searches I've done...

I'm using transparent mode on the squid proxy (without auth).  Well,
I've got an AUP page set up for the users to agree to but no
LDAP/AD/NTLM auth is being performed on this proxy.

However, I tried the other squid proxy with ntlm_auth and it works a-ok.
I'm really drawing a blank here...



RE: [squid-users] Accessing OWA or Sharepoint through Squid 3.1.0.17

2010-06-01 Thread Amos Jeffries
On Tue, 1 Jun 2010 11:25:35 -0500, Johnson, S sjohn...@edina.k12.mn.us
wrote:
 More information based on the searches I've done...
 
 I'm using transparent mode on the squid proxy (without auth).  Well,
 I've got an AUP page set up for the users to agree to but no
 LDAP/AD/NTLM auth is being performed on this proxy.

You said you had port 80 and port 443 configured with the proxy. This does
match you above statement that it's working transparent. Or did you mean
some other meaning of the word transparent than NAT interception?

 
 However, I tried the other squid proxy with ntlm_auth and it works a-ok.
 I'm really drawing a blank here...

Stretching for a long-shot you could try with explicit connection-auth=on
flag to the http_port line.

Though. Middle-ware proxies really should just work with these. The only
special config is needed to reverse-proxy OWA.

Amos