I am running an Active directory and I need to specifically restrict downloads to some users while being able to surf the web... Is there a tool to do this?
Asked
Active
Viewed 123 times
3 Answers
0
Set up a proxy that's smart enough to do it and send all web traffic to it.
One example would be Squid with ntlm_auth and some custom ACLs.

Max Alginin
- 3,284
- 15
- 11
0
Setting up a proxy is the ideal solution. Be sure to document what you do and do not allow. If you need a web filtering solution (rather than dealing with your own access lists), there are many commercial products available.
And if you're going to install a proxy, be sure that it's not possible to browse the outside Web without it. Users can be tricky sometimes. :)

Kyle Smith
- 9,683
- 1
- 31
- 32