[squid-users] Squid behind an IAS proxy which requires authentication (domanin\username:password)

From: Felipe García <torcaz99@dont-contact.us>
Date: Thu, 3 Jan 2008 08:29:54 +0100

Hallo:

I´m trying to configure squid behind a Microsoft ISA proxy. And it requires authentication (domain\user:password). So, what I´ve done is:

http_port 3218

acl aclPuertoDirecto port 3218
acl aclPermitidos src 192.168.96.211 192.168.96.214
http_access allow aclPermitidos aclPuertoDirecto

cache_peer 192.168.125.102 parent 80 0 no-query login=dom1\myusername:mypassword
cache_peer_access 192.168.125.102 allow aclPuertoDirecto aclPermitidos

where dom1\myusername is the domain and username i´ve in Active Directory (required for the ISA proxy).

But the problem is that it returns a "Connection timed out".

Can anyone tell me how can I configure squid to have a cache_peer ISA proxy which requieres dom\username:password?

Thanks.

_________________________________________________________________
MSN Noticias
http://noticias.msn.es/comunidad.aspx
Received on Thu Jan 03 2008 - 00:30:00 MST

This archive was generated by hypermail pre-2.1.9 : Fri Feb 01 2008 - 12:00:04 MST