Hello,
We’re now using RADIUS (Windows NPS) to authenticate administrators on our Check Point SMB devices using the commands below:
set radius-server priority 1 ipv4-address <Primary_RADIUS_Server_IP_Address> udp-port 1812 shared-secret <shared_key_1> timeout 3
set radius-server priority 2 ipv4-address <Secondary_RADIUS_Server_IP_Address> udp-port 1812 shared-secret <shared_key_2> timeout 3
set administrators radius-auth enable use-radius-roles true
We’d like to login directly in Expert Mode when we login to the firewall. Do you have an idea how we can achieve this ?
FYI, I've tried what was discussed in this post:
Solved: Activate bashUser via script on a Embedded Gaia de... - Check Point CheckMates
But this only works for local accounts, NOT for RADIUS users
Thanks !
Regards,