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.netReceived on Tue Apr 04 2006 - 14:30:03 MDT
This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT