RADIUS authentication
ImageMaster supports RADIUS authentication. To enable this, the following prerequisites have to be fulfilled:
-
A RADIUS server must be available in the environment.
-
The additional Java RADIUS library (TinyRadius-1.0.jar) has to be installed according to the [IM ImageMaster]. It is available for download from public sources (see “[Tiny Radius Download]”).
-
An external authentication module must be activated in the internal system configuration by setting the matching module class name. This is possible via the AdminClient, see “Authentication settings”Authentication settings in [UM AdminClient].
-
The properties file “radiusadaptor.prop” must be present in the configuration directory of the application server. Within this file the typical RADIUS connection parameters have to be specified, i.e. host, port, shared secret, authentication method (which may be one of PAP or CHAP) and the suffix:
ima.radius.host=!!!LZA_RADIUS_HOST!!!
ima.radius.port=!!!LZA_RADIUS_PORT!!!
ima.radius.sharedsecret=!!!LZA_RADIUS_SHARED_SECRET!!!
ima.radius.authMethod=PAP
ima.radius.suffix=!!!LZA_RADIUS_SUFFIX!!!