[squid-users] Squid 2.5Stable2 with LDAP and Active Directory

From: Arne Tiedemann <mr-at@dont-contact.us>
Date: Mon, 19 May 2003 17:09:10 +0200

Hello All,

I'll use Squid Proxy to authenticate on a Windows 2000 Active Directory
Server.

My Servers:
1x RedHat Linux 9.0 with my own compiled Squid 2.5 STABLE2
1x Windows 2000 Test DC Domain at.local

My Config:

squid.conf
------------------------------------------------------------------------
------------
auth_param basic program /usr/local/squid/libexec/squid_ldap_auth -u cn
-b OU=benutzer,OU=systemhaus,DC=at,DC=local -D
CN=LDAP-Search,CN=Users,DC=at,DC=local -w"123" -f
"(&(uid=%s)(GL-InternetAdmin=enabled))" -h server1 -Z

auth_param basic children 5
auth_param basic realm AD Proxy
auth_param basic credentialsttl 2 hours

external_acl_type AD_Group %LOGIN
/usr/local/squid/libexec/squid_ldap_group -B
OU=benutzer,OU=systemhaus,DC=at,DC=local -b
OU=gruppen,OU=systemhaus,DC=at,DC=local -f (&(cn=%u)(memberOf=%g)) -F %s
-h server1 -S -D CN=LDAP-Search,CN=Users,DC=at,DC=local -w"123"

acl wwwgroup proxy_auth REQUIRED

acl wwwgroup src 192.168.0.0/255.255.0.0
acl wwwgroup external AD_Group
cn=GL-InternetAdmin,cn=gruppen,cn=systemhaus,DC=at,DC=local

http_access allow wwwgroup users

------------------------------------------------------------------------
---------------

Now when I connect to the Proxy Server I authenticate with my username
and password but the loginscreen comes back. The Proxy do not accept my
username and password.

I hope Anybody can help me?

By Arne Tiedemann
Received on Mon May 19 2003 - 09:10:41 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:16:45 MST