Author Topic: Download filter by AD's groups  (Read 1327 times)

Gabu

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
    • 8 Balls
Download filter by AD's groups
« on: July 09, 2010, 04:31:50 am »
Hello there!

I have an eBox 1.4.8 woking perfectly.
Now I need to restrict .EXE files for all except for Directors.

eBox is integrated with Windows Active Directory 2003 and the sync works.

The filter works for everyone with the following configurations:
Code: [Select]
Transparent Proxy ENABLED
Port 3128
Cache 1024
Policy FILTER
---
Filter Profiles DEFAULT

I have created a Filter Profile called ALLOW ALL.
To create a Group Policy, the proxy must be set to Authorize and Filter.
To set the proxy to Authorize and Filter, Transparent Proxy must be DISABLED.

So...

Code: [Select]
Transparent Proxy DISABLED
Port 3128
Cache 1024
Policy AUTHORIZE AND FILTER
---
Filter Profiles DEFAULT e ALLOW ALL
DIRECTOR's Group Policy -> ALLOW ALL
DOMAIN USERS' Group Policy -> DEFAULT (that restrict EXE)

The problem is that all users still able to download EXE files.
The rule applies to Everyone or to No one.

what can I doing wrong ???

Sorry for the long and boring post and for my BAD english...


Thanks in advice,
Gabriel.
There's two kind of people in the world. The ones who knows binary code and the ones that don't.