Re: [squid-users] ldap_groups +squid

From: D & E Radel <radel@dont-contact.us>
Date: Wed, 5 Apr 2006 09:19:12 +1200

This article may help:
http://kb.papercutsoftware.com/Main/ConfiguringSquidProxyToAuthenticateWithActiveDirectory

It covers ldap_group.

regards
D.Radel.

----- Original Message -----
From: "Walter Pabon Guerra" <walterpg@gmail.com>
To: <squid-users@squid-cache.org>
Sent: Wednesday, April 05, 2006 8:30 AM
Subject: [squid-users] ldap_groups +squid

hi, i can't use my ldap groups with squid autentification, this is my
configuration and the squid can't accept the groups from ldap.......
#
acl ocio url_regex -i "/etc/squid/pages/ocio.txt"
acl media url_regex -i "/etc/squid/pages/media.txt"
#
external_acl_type ldap_group %LOGIN /usr/sbin/squid_ldap_group -b
"ou=Grupo de Accesos a Internet,dc=pronaa,dc=edu,dc=pe" -D
"cn=admin,dc=pronaa,dc=edu,dc=pe" -F "(cn=%s)" -f
"(&(objectclass=posixGroup)(cn=%g)(memberUid=%u))" -w pronaa -h
192.168.25.215 -p 389 -v 3 -B "ou=Grupo de Accesos a
Internet,dc=pronaa,dc=edu,dc=pe"
#
acl CONNECT method CONNECT
acl LOGIN proxy_auth REQUIRED
acl grupo1 external ldap_group Grupo1 REQUIRED
#
http_access allow manager localhost
http_access allow LOGIN grupo1
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all

--
Atte.
<<_waltico_>>
Walter Pabon Guerra
"Don't worry, Be Linux..."
http://www.utpinux.org
http://waltico.utpinux.org
http://www.jawservices.net 
Received on Tue Apr 04 2006 - 15:19:25 MDT

This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT