RADIUS Security Provider

The RADIUS security provider implements token-driven authentication against an existing RADIUS server.

The RADIUS provider fulfills authentication services only with the com.sybase.security.radius.RadiusLoginModule class; authorization and attribution services are not supported. If you need to configure these providers, you can use the LDAP providers with the RADIUS authentication provider.

RADIUS is not recommended for device user authentication: the application would require a different password each time it connects (generated by a token card), which would then require frequent user input to update that token password. Therefore RADIUS authentication should be limited to administration user authentication at most.

Related reference
RADIUS Configuration Properties