uCosminexus Application Server, Definition Reference Guide

[Contents][Index][Back][Next]

4.14.13 Parameters that set up the usage for integrated user management

The following table describes the parameters used for setting up the usage for integrated user management. In the table below, Default value means the value that is assumed when the parameter is not specified. VR is the version of Application Server on which parameters are introduced or changed.

Note that the parameters that set up the usage for integrated user management are only enabled when you specify true in the jaas.ua.enabled parameter.

Table 4-91 Parameters that set up the usage for integrated user management

Value of param-name Value of param-value Specifiable value Default value VR
jaas.ua.enabled Specifies whether to enable JAAS of JavaVM. Enabling JAAS of JavaVM allows you to use applications that use intergrated user management.
Specify one of the following values:

true:
Enable.

false:
Disable.
The following strings can be specified:
  • true
  • false
true 08-70
java.security.auth.login.config Specifies the JAAS configuration file. If specified using the relative path, the configuration file under the Cosminexus-installation-directory/manager/config directory is applied. Specify any string. (In Windows)
&{cosminexus.home}\manager\config\jaas.conf
(In UNIX)
&{cosminexus.home}/manager/config/jaas.conf
08-70
com.cosminexus.admin.auth.config Specifies the configuration file for integrated user management.
If specified using the relative path, the configuration file under the Cosminexus-installation-directory/manager/config directory is applied.
Specify any string. (In Windows)
&{cosminexus.home}\manager\config\ua.conf
(In UNIX)
&{cosminexus.home}/manager/config/ua.conf
08-70
com.cosminexus.admin.auth.passwordScramble.enable Specifies whether to enable the functionality that decodes scrambled passwords in configuration files for integrated user management. Specify one of the following values:

true:
Enable.

false:
Disable.
The following strings can be specified:
  • true
  • false
false 08-70
jaas.config.load_exclusively# Chooses whether to ignore the login configurations specified in files other than the files specified in the JAAS configuration file.
Specify one of the following values:

true:
The specified login configuration will be ignored and the configuration of the JAAS configuration file is enabled.

false:
The specified login configuration is enabled.
The following strings can be specified:
  • true
  • false
true 08-70

#
If true is specified in this parameter, \= is added as follows to the value of the java.security.auth.login.config parameter in the usrconf.properties file at the distribution destination:
(Example): java.security.auth.login.config=\=config-file