|
Category
|
Key
|
Description
|
|
SECURITY
|
PASSWORD DATABASE ENCODING
|
Password encoding method.
Possible values: MD5, SHA-1
Default value: MD5
|
|
SECURITY
|
MAX_ATTEMPTS_BEFORE _LOCK
|
Number of times a user can enter an incorrect password before their PRECISION user account locks.
By default, this system value is disabled.
Default value: -1
|
|
SECURITY
|
MIN_PASSWORD_LENGTH
|
Format: min=<NUMBER>,upper=<NUMBER>,lower=<NUMBER>,numbers=<NUMBER>
min: minimum acceptable password length
upper: minimum acceptable number of upper case letters in password
lower: minimum acceptable number of lower case letters in password
numbers: minimum acceptable number of numeric characters in password
|
|
SECURITY
|
VALID DAYS BEFORE EXPIRY
|
This system value applies when creating a user in option US in the Web UI. The value appears as the default value in the Password Expiry Cycle - Days field of option US, which is used to calculate the password expiry date.
For example, if the value is set to 30, then the password expiry date defaults to 30 days from the creation date.
|
|
File
|
Location
|
Encryption
|
|
precisioncon.ini
|
Subfolder highway\connectors\Service in the Web UI home folder. By default, the Web UI home folder is C:\PRECISION\WebUI
|
jdbc passwords, for example, precision.db1.pass
|
|
precision.properties
|
Web UI home folder, which by default is C:\PRECISION\WebUI
|
jdbc passwords, for example, precision.db1.pass
|
|
highway.properties
|
Web UI home folder, which by default is C:\PRECISION\WebUI
|
jdbc passwords, for example, precision.db1.pass
|
|
schedule-service.xml
|
${jboss_home}\ server\default\deploy
|
autologin calls in this file, which send the user password as part of the url
|