Overview
Not able to map radius users to admin/monitor privileges roles when accessing Exinda ( Only free radius server works), from further troubleshooting we found out that the service type Exinda uses in the source code for Radius authentication is causing the issue, The value Exinda uses is Authenticate only which results in Radius server assuming it only needs to authenticate the user and that Exinda does not support any attributes. Verified this using the pcaps where pulse secure radius server ( licensed radius server used in this scenario) donÕt return any attribute values and logs in the radius server suggests Exinda do not supports attributes.Checked using other appliances and they uses service type " Call-Check" instead of "Authenticate Only" and it works fine.
We will need to change service type in source code.