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:
| The following strings can be specified:
| 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:
| The following strings can be specified:
| 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:
| The following strings can be specified:
| true | 08-70 |