Is it possible to have Firewall rules applied to specific Active Directory users?
Usage Scenario: I want 2 developers to have access to the a file on a DMZ server, I would like to open ports
-udp 137
-udp 138
-tcp 139
-tcp 445
for user jbloggs (on internal network), who will be logged on via Active Directorym dynamic DHCP, so that I can map a folder from the DMZ server via \dmzserver\e\web\dev
I am aware I can set their machines to static IP, and base the rule on IP, but that is not preferable, as anyone who sets their IP same as devs would then by default be granted these open ports.
Thanks,
Richard
This thread was automatically locked due to age.