Yes, you can create the acl with proxy_auth.
Example:

acl mygroup1 proxy_auth "/etc/squid3/mygroup1"
acl allow_sites dstdomain "/etc/squid3/allow_sites.txt"

http_access allow mygroup1 allow_sites

Put your users in mygroup1 file.

Oliveiros Peixoto.

Em 12/07/2013 00:57, Beto Moreno escreveu:
Very simple question, I authenticate squid vs AD using
squid_ldap_auth, but exist a way to add a group of users to a file to
apply my acl's?

restrict_users.acl
user-a
user-b
user-c
user-d

acl restrict_users path/restrict_users.acl?

I have seen how to do it with IP address but haven't seen with users,
is possible?

Thanks.

Reply via email to