Linux – Squid Proxy AD Authentication

active-directorylinuxsquid

I've done a lot of searching but i cannot seem to find a free solution. I need a web proxy to monitor the websites visited by each active directory user. I used NXFilter but HTTPS is not working for it's login page (captive page). I think squid can accomplish this but I cannot find a good documentation for AD integration. The guides available use deprecated packages. I know I am not an expert on linux but I did not expect this to be this hard.

Can anyone help a bro out?

Best Answer

It might be of some help - see AD integration instruction for Kerberos from https://docs.diladele.com/administrator_guide_7_0/active_directory/index.html. In short - create a specific user in AD, generate keytab on Windows Domain mapping that user name to Squid's SPN and configure squid to use that keytab.