<div dir="ltr"><div><div>Hello All,</div><div><br></div><div>I'm attempting to create way to grant users access to different categories using active directory. Currently what I have works but if a website is not listed in any of the whitelists it will allow traffic to that website. If I add a (http_access deny all) at the end, then nothing works. What I would like is for a user to only have access to whitlists that they are a member of. I'll have around 50 categories in the end. This is just a small sample.</div><div><br></div><div>Thanks,</div><div><br></div><div><br></div><div>acl NEWS external ldap_group NEWS</div><div>acl SHOPPING external ldap_group SHOPPING</div><div>acl SOCIALNETWORKING external ldap_group SOCIALNETWORKING</div><div>acl RELIGION external ldap_group RELIGION</div><div>acl SPORTNEWS external ldap_group SPORTNEWS</div><div><br></div><div>acl rule1 url_regex -i "/etc/squid3/whitelists/news/domains"</div><div>acl rule2 url_regex -i "/etc/squid3/whitelists/shopping/domains"</div><div>acl rule3 url_regex -i "/etc/squid3/whitelists/socialnetworking/domains"</div><div>acl rule4 url_regex -i "/etc/squid3/whitelists/religion/domains"</div><div>acl rule5 url_regex -i "/etc/squid3/whitelists/sportnews/domains"</div><div><br></div><div><br></div><div>http_access deny rule1 !NEWS all</div><div>http_access deny rule2 !SHOPPING all</div><div>http_access deny rule3 !SOCIALNETWORKING all</div><div>http_access deny rule4 !RELIGION all</div><div>http_access deny rule5 !SPORTNEWS all</div><div>http_access allow all</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>
</div>

<br>
<div style="font-family:Arial,Helvetica,sans-serif"><font face="Arial, Helvetica, sans-serif" size="4">CONFIDENTIALITY NOTICE:</font></div><div style="font-family:Arial,Helvetica,sans-serif"><font size="4"><font face="Arial, Helvetica, sans-serif" style="font-family:Arial,Helvetica,sans-serif">This e-mail and any attachments are confidential. If you are not an intended recipient, please contact the sender to report the error and delete all copies of this message from your system.  </font><font face="Arial, Helvetica, sans-serif">Any unauthorized review, use, disclosure or distribution is prohibited</font><font face="Arial, Helvetica, sans-serif">.</font></font></div>