Hi all Is it possible to use NTLM auth on user level ?. I use the folowing helpers to do it on group level.
external_acl_type nt_group %LOGIN /usr/lib/squid/wbinfo_group.pl acl AllowedNTUsers external nt_group "/etc/squid/acls/allowedntgroups" Can this be modified to be used on user level, so i can put a list of users in an external file and create an ACL with them ? Thanks in advance.
