[squid-users] Squid - Ldap

From: Franco, Battista <Battista.Franco@dont-contact.us>
Date: Thu, 16 Feb 2006 11:11:34 +0100

Hello
I want use squid 2.5stable9 with LDAP Windows 2003 Server
authentication.
From command line :
/usr/lib/squid/squid_ldap_auth -b
"OU=Users,OU=xxxx,OU=Locations,OU=aaaa,dc=bb,dc=cc,dc=dddd,dc=net" -f
sAMAccountName=%s -h 10.239.56.2

It's OK.
But when I try to connect to internet from a client it doesn't work
This is the error on access.log files:
1140087014.218 0 10.239.57.19 TCP_DENIED/407 1784 GET
http://www.microsoft.com/isapi/redir.dll? - NONE/- text/html

My squid.conf is:

http_port 8080
...
/usr/lib/squid/squid_ldap_auth -b
"OU=Users,OU=xxxx,OU=Locations,OU=aaaa,dc=bb,dc=cc,dc=dddd,dc=net" -f
sAMAccountName=%s -h 10.239.56.2
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
....
acl password proxy_auth REQUIRED
acl all src 0.0.0.0/0.0.0.0
http_access allow password
http_access deny all
acl localhost src 127.0.0.1/255.255.255.255
....
cache_peer anotherproxy.com parent 8080 0 proxy-only default

can you help me?

 
Received on Thu Feb 16 2006 - 03:11:47 MST

This archive was generated by hypermail pre-2.1.9 : Wed Mar 01 2006 - 12:00:03 MST