cancel
Showing results for 
Search instead for 
Did you mean: 

Blocking Linux and MAC

player_
Frequent Contributor

Blocking Linux and MAC

Hi all,

i would like to prevent these OS's from logging in to my SSLVPN portal

how can this be done?

3 REPLIES 3
Jan_
Contributor

Re: Blocking Linux and MAC

You could set a browser restriction in your realm or role

Restrictions - Browser *MAC* Deny

ebunny_
Occasional Contributor

Re: Blocking Linux and MAC

Create a Host Checker policy based on OS. Put values in it for Windows, such as choosing to look for WindowsXP SP2. Do not put any values in the Mac or LInux tabs.

Require and enforce the policy at the User Realm / (realm) / Role Mapping rules

Mrkool_
Super Contributor

Re: Blocking Linux and MAC

do the following custom expression and add that to the top of the roles that get assigned to your realm. do not assign these users any roles and do the stop rule as well this should take care of them Smiley Happy

userAgent = '*Linux*' OR userAgent = '*MAC*'