Hello,

I am attempting to setup an ACL block list based on usernames from a windows AD 
environment.

When I have this added to my squid.conf file, all outbound connections stop 
working:

acl block_user proxy_auth_regex -i "/etc/squid/block_user"
http_access deny block_user

I have also tried "!block_user".

As you can see, I have it set so if a Windows username is on the "block_user" 
list, Squid will deny internet access to that user. Unfortunately, this doesn't 
work in practice. I have a working Kerberos back-end setup, handling 
authentication. What am I doing wrong with this setup?

Thank you,
Josh


_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
https://lists.squid-cache.org/listinfo/squid-users

Reply via email to