RADIUS server using APM to authenticate users
 Problem this snippet solves:  this code convert APM policy to a RADIUS server. 
 Code description 
 When a Radius request is accepted by the VS: 
  
 the radius client IP address is checked against a...
Updated Jun 06, 2023
Version 2.0Stanislas_Piro2 Cumulonimbus
Cumulonimbus
Joined January 04, 2011
Sam_Hall Nimbostratus
Nimbostratus
Jun 01, 2018Wow, thanks! I needed to add some conditions like if{$MESSAGE_AUTHENTICATOR ne ""} to accommodate both scenarios, then it worked perfectly. Here are my amendments... https://gist.github.com/Sam-Hall/2de75dcfc6423d55173778743efd38aa
FYI, I can use this to apply our iRule based 2FA solution to VPN clients. I was considering the iRules-LX option posted by Artiom Lichtenstein a while ago, but now there's no need. Thank you very much for this.