Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


User management property file (hptl_jp1_imss_usermgr.properties)

Organization of this page

Description

This file defines the setting information described below. Edit this file as required for system operations.

  1. The number of log files (jp1imssusernumber.log), the log file size, and the output level

  2. A list of users to be displayed in a window, and the rules for sorting information in a list of roles

Although the default behavior in JP1/Service Support for the above setting information is defined, it can be customized.

Format

#Settings for the list of users
hptl_jp1_imss_usermgr_userlist_initial_sort_key=Initial sort key
hptl_jp1_imss_usermgr_userlist_initial_sort_order=Initial sort order
hptl_jp1_imss_usermgr_userlist_post_sort_flg=Sort order of titles
 
#Settings for a list of roles
hptl_jp1_imss_usermgr_rolelist_initial_sort_key=Initial sort key
hptl_jp1_imss_usermgr_rolelist_initial_sort_order=Initial sort order
 
#Settings for a system
hptl_jp1_imss_usermgr_log_file_num=Number of log files
hptl_jp1_imss_usermgr_log_file_size=Log file size
 
#Setting for changing the password
hptl_jp1_imss_usermgr_edit_user_password=Whether the password can be changed

Lines starting with a hash mark (#) are treated as comments.

File names

Storage folder

JP1/SS-path\conf\

When the definition is applied

The definition is applied after the following JP1/Service Support services are restarted:

What is described

Do not edit any keys except the specifiable keys that are explained in the following table. Use an equal sign (=) to connect a specifiable key and its value.

Setting for a list of users

Table 13‒69: List of specification keys that can be set in the User management property file (Settings for a list of users)

Specification key name

Description

Default value

hptl_jp1_imss_usermgr_userlist_initial_sort_key

Specifies the initial sort key used to display a list of users. The following are specifiable values:

  • name: Name

  • org: Organization

  • post: Title

  • telNo: Phone number

  • mail: Email address

When post is specified, sorting is performed in the order specified in hptl_jp1_imss_usermgr_userlist_post_sort_flg.

name

hptl_jp1_imss_usermgr_userlist_initial_sort_order

Specifies the initial sort order used to display a list of users. The following are specifiable values:

  • asc: Ascending

  • desc: Descending

asc

hptl_jp1_imss_usermgr_userlist_post_sort_flg

Specifies the sort method used to sort a list of users by title level. The following are specifiable values:

  • postName: Sorting is performed by character encoding (UTF-8) of title names.

  • postOrderAsc: Sorting is performed in the ascending order of the character encoding (UTF-8) of the title level.

  • postOrderDesc: Sorting is performed in descending order of the character encoding (UTF-8) for the title level.

postName

Settings for a list of roles

Table 13‒70: List of specification keys that can be set in the User management property file (Settings for a list of roles)

Specification key name

Description

Default value

hptl_jp1_imss_usermgr_rolelist_initial_sort_key

Specifies the initial sort key when a list of roles is displayed. The following are specifiable values:

  • roleId: Role ID

  • roleName: Role name

roleName

hptl_jp1_imss_usermgr_rolelist_initial_sort_order

Specifies the initial sort order when a list of roles is displayed. The following are specifiable values:

  • asc: Ascending

  • desc: Descending

asc

Setting for a system

Table 13‒71: List of specification keys that can be set in the User management property file (Settings for a system)

Specification key name

Description

Default value

hptl_jp1_imss_usermgr_log_file_num

Specifies the number of log files (jp1imssusernumber.log).

Specify a half-width integer from 1 to 16.

8

hptl_jp1_imss_usermgr_log_file_size

Specifies the size of the log file (jp1imssusernumber.log) in bytes.

Specify a half-width integer from 4096 to 2147483647.

4194304

Setting for changing a password

Do not edit any keys except those that are explained in the following table. Use an equal sign (=) to connect a specifiable key and its value.

Table 13‒72: List of specification keys that can be set in the User management property file (Settings for changing a password)

Specification key name

Description

Default value

hptl_jp1_imss_usermgr_edit_user_password

Specifies whether the password can be changed when user information is edited.

The following are specifiable values:

  • true: The password can be changed.

  • false: The password cannot be changed.

Note that the password of the user specified for hptl_jp1_imss_information_search_userid in the property file for JP1 product association setting can be changed even if false is specified.

When an LDAP sever is used as an authentication server, if you change the password for user information, the password for the LDAP server is not changed. To use an LDAP server, specify false to keep the password from being changed.

true

Note

Definition example

The following example changes the initial sort key used to display a list of users to the title. Note that this example shows only the part that is necessary for the setting.

hptl_jp1_imss_usermgr_userlist_initial_sort_key=post