Check Active Directory Group Membership for TunnelGroupName
i am currently using the Virtual Machine version of Multiotp that has been upgraded.
Current configuration below:
multiOTP 5.9.9.1 2025-01-20
Web service is ready 2025-04-21 21:15:11, nginx/1.22.1, PHP/8.2.28
Is there any way to use a script within FreeRADIUS to check the Group Membership that multiotop has in the database/files?
Such as this script below:
elsif (ASA-TunnelGroupName == "Tech_CCS_AnyConnect" && LDAP-Group == "CCS_TECHS") {
reject
}
I am currently using this with LDAP on another FreeRADIUS server without multiotop.
Or is there another place I can make sure that the ASA-TunnelGroupName matches with the AD Group membership such as the multiotip.php or the multiotp.pl?
Thanks for help.
Comments