[Advanced] Tenant¶
Through this section, it is possible to configure the passwords to access the tenant of the Genius Server.
User password salt: the hash of the user password to access the tenant that is saved on the database. Once the password has been hashed, it is not possible to turn it back into the original password. To modify the password, press the Change password button, enter the new password twice and press the Save button;
Super admin password: the default password of the user admin to access the tenant. To modify the password, press the Change password button, enter the new password twice and press the Save button. Note that this setting is only used for the first startup of the server and it is recommended, that the tenant admins choose their own passwords after first login. The password is then saved in the configuration section of the database and can only be changed using the web configuration tool afterwards.
Note
Once configuration changes have been made, save settings and restart the Genius Server service.
Logging settings changes (Protocol File)¶
Changes on Configuration tool settings are recorded in a history log file (named protocol-file-changes.log) and saved in the phoenix base folder into conf/cdds (i.e. phoenix2-base/conf/cdds/protocol-file-changes.log).
When the module settings are modified and the configuration saved, new changes are tracked and ordered by date and time.
A protocol-file-changes.log example follows:
####### 23/07/2013 10:10 : /phoenix2-base/conf/cdds/print.properties #########
rules.enabled = true # <= false [false]
pull.delegation.enabled = true # <= false [false]
###### 24/07/2013 12:40 : /phoenix2-base/conf/cdds/tesseract.properties #########
enabled = false # <= true [false]
###### 24/07/2013 01:18 : /phoenix2-base/conf/cdds/tesseract.properties #########
enabled = true # <= false [false]
executable.path = /opt/local/bin/tesseract # <= /bin/tesseract [/usr/local/bin/tesseract]
####### 05/08/2013 11:51 : /phoenix2-base/conf/cdds/mfp-device-monitoring.properties #########
monitoring.supply.item.enabled = false # <= true [false]
message.poll.enabled = false # <= true [false]
monitoring.supply.item.forecast.enabled = false # <= true [false]
monitoring.counter.snapshot.enabled = false # <= true [false]
message.trap.server.enabled = false # <= true [false]
The pattern used for saving data is:
####### "Date" "Time" : "property file path" #########
"property name" = "current value" # <= "old value" ["default value"]
Hint
Do not forget to click on Save to save the changes. When everything in the config tool is configured, the Genius Server needs to be restarted.